Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[version-4-2] docs: move securty notices to a more visible spot (#2380) #2382

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/docs-content/introduction/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ description:
Kubernetes."
icon: ""
hide_table_of_contents: false
sidebar_custom_props:
icon: "palette"
slug: /
---

Expand Down
2 changes: 1 addition & 1 deletion docs/docs-content/legal-licenses/legal-licenses.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ concerns, please contact us at [[email protected]](mailto:contact@spectro
- [Compliance](./compliance.md)
- [Open-Source Licenses](oss-licenses.md)
- [Partners](https://www.spectrocloud.com/partners)
- [Security Bulletins](../security/security-bulletins/security-bulletins.md)
- [Security Bulletins](../security-bulletins/security-bulletins.md)
3 changes: 3 additions & 0 deletions docs/docs-content/security-bulletins/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"position": 5
}
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ Palette version 4.1.0 includes the security patch for the vulnerability.

Self-hosted instances of Palette and VerteX need to upgrade to version 4.1.0 or greater. Tenant Clusters and Private
Cloud Gateways can be patched using the on-demand or scheduled OS security patches apply feature. Refer to the
[OS Patching](../../clusters/cluster-management/os-patching.md) documentation for more information.
[OS Patching](../clusters/cluster-management/os-patching.md) documentation for more information.

#### References

Expand Down Expand Up @@ -419,7 +419,7 @@ Release 4.1.0 of self-hosted Palette and VerteX deployment include the security

Self-hosted instances of Palette and VerteX need to upgrade to version 4.1.0 or greater. Tenant Clusters and Private
Cloud Gateways can be patched using the on-demand or scheduled OS security patches apply feature. Refer to the
[OS Patching](../../clusters/cluster-management/os-patching.md) documentation for more information.
[OS Patching](../clusters/cluster-management/os-patching.md) documentation for more information.

#### References

Expand Down Expand Up @@ -455,7 +455,7 @@ update the OS.
### Workarounds

For clusters and Private Cloud Gateways, patch the OS. You can use the on-demand or scheduled features to apply the OS
security patches. Refer to the [OS Patching](../../clusters/cluster-management/os-patching.md) documentation for more
security patches. Refer to the [OS Patching](../clusters/cluster-management/os-patching.md) documentation for more
information.

<br />
Expand Down Expand Up @@ -491,7 +491,7 @@ This vulnerability affects the following Palette components:
### Workarounds

- For clusters and Private Cloud Gateways, patch the OS. You can use the on-demand or scheduled features to apply the OS
security patches. Refer to the [OS Patching](../../clusters/cluster-management/os-patching.md) documentation for more
security patches. Refer to the [OS Patching](../clusters/cluster-management/os-patching.md) documentation for more
information.

### References
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: "Security Bulletins"
description: "Palette Security bulletins for Common Vulnerabilities and Exposures (CVEs)."
icon: ""
hide_table_of_contents: false
sidebar_custom_props:
icon: "tower-observation"
tags: ["security", "cve"]
---

Expand Down

This file was deleted.

10 changes: 7 additions & 3 deletions docs/docs-content/security/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ By instilling a sense of collective responsibility for security, everyone at Spe
security posture. Our dedication to security helps protect your interests and enhances the quality and reliability of
our software and services.

:::tip

You can find all security bulletins in the [Security Bulletins](../security-bulletins/cve-reports.md) section.

:::

<br />

## Security-Aware Culture
Expand Down Expand Up @@ -48,7 +54,7 @@ certifications, check out the [Compliance](../legal-licenses/compliance.md) refe
## Transparency

We list any Common Vulnerabilities and Exposure (CVE) issues that affect Palette or any part of its infrastructure in
our [Security Bulletins](security-bulletins) along with the fix applied and any workarounds.
our [Security Bulletins](../security-bulletins/security-bulletins.md) along with the fix applied and any workarounds.

<br />

Expand Down Expand Up @@ -79,5 +85,3 @@ Please contact our Security team at [email protected] to report any secu
- [Self-Hosted Operation](product-architecture/self-hosted-operation.md)

- [Tenant Cluster Security](product-architecture/tenant-cluster.md)

- [Security Bulletins](security-bulletins/security-bulletins.md)
4 changes: 4 additions & 0 deletions redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,10 @@ const redirects = [
from: "/clusters/data-center/maas/install-manage-maas-pcg",
to: "/clusters/pcg/deploy-pcg/maas",
},
{
from: ["/security/security-bulletins/", "/security-bulletins/cve-reports", "/security/security-bulletins/index"],
to: "/security-bulletins/",
},
];

module.exports = redirects;
4 changes: 4 additions & 0 deletions src/components/IconMapper/dynamicFontAwesomeImports.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ import { faNetworkWired } from '@fortawesome/free-solid-svg-icons';
import { faServer } from '@fortawesome/free-solid-svg-icons';
import { faUsers } from '@fortawesome/free-solid-svg-icons';
import { faWarehouse } from '@fortawesome/free-solid-svg-icons';
import { faPalette } from '@fortawesome/free-solid-svg-icons';
import { faBook } from '@fortawesome/free-solid-svg-icons';
import { faBookmark } from '@fortawesome/free-solid-svg-icons';
import { faGavel } from '@fortawesome/free-solid-svg-icons';
import { faTerminal } from '@fortawesome/free-solid-svg-icons';
import { faTowerObservation } from '@fortawesome/free-solid-svg-icons';
import { faLock } from '@fortawesome/free-solid-svg-icons';
import { faGears } from '@fortawesome/free-solid-svg-icons';
import { faScrewdriverWrench } from '@fortawesome/free-solid-svg-icons';
Expand All @@ -31,10 +33,12 @@ export const fontAwesomeIcons = {
"server": faServer,
"users": faUsers,
"warehouse": faWarehouse,
"palette": faPalette,
"book": faBook,
"bookmark": faBookmark,
"gavel": faGavel,
"terminal": faTerminal,
"tower-observation": faTowerObservation,
"lock": faLock,
"gears": faGears,
"screwdriver-wrench": faScrewdriverWrench,
Expand Down
Loading