Skip to content

Commit

Permalink
docs: move securty notices to a more visible spot (#2380) (#2385)
Browse files Browse the repository at this point in the history
* docs: move securty notices to a more visible spot

* chore: added redirects
  • Loading branch information
karl-cardenas-coding authored Mar 7, 2024
1 parent 24bceed commit 362f0e8
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 9 deletions.
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 @@ -8,8 +8,6 @@ sidebar_position: 0
tags: ["security", "cve"]
---

# Security Bulletins

<!-- COPY THIS SECTION AND FILL OUT THE TEMPLATE. DO NOT REPLACE THIS SECTION.
## Title
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
3 changes: 0 additions & 3 deletions docs/docs-content/security/security-bulletins/_category_.json

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 @@ -372,6 +372,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

0 comments on commit 362f0e8

Please sign in to comment.