website/docs: group CVEs by year (cherry-pick #12099) (#12100)

website/docs: group CVEs by year (#12099)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens L. <jens@goauthentik.io>
This commit is contained in:
gcp-cherry-pick-bot[bot]
2024-11-20 23:05:37 +01:00
committed by GitHub
parent 05f4e738a1
commit f8015fccd8

View File

@ -651,6 +651,10 @@ export default {
{ {
type: "category", type: "category",
label: "CVEs", label: "CVEs",
items: [
{
type: "category",
label: "2024",
items: [ items: [
"security/cves/CVE-2024-47077", "security/cves/CVE-2024-47077",
"security/cves/CVE-2024-47070", "security/cves/CVE-2024-47070",
@ -658,11 +662,23 @@ export default {
"security/cves/CVE-2024-37905", "security/cves/CVE-2024-37905",
"security/cves/CVE-2024-23647", "security/cves/CVE-2024-23647",
"security/cves/CVE-2024-21637", "security/cves/CVE-2024-21637",
],
},
{
type: "category",
label: "2023",
items: [
"security/cves/CVE-2023-48228", "security/cves/CVE-2023-48228",
"security/cves/GHSA-rjvp-29xq-f62w", "security/cves/GHSA-rjvp-29xq-f62w",
"security/cves/CVE-2023-39522", "security/cves/CVE-2023-39522",
"security/cves/CVE-2023-36456", "security/cves/CVE-2023-36456",
"security/cves/CVE-2023-26481", "security/cves/CVE-2023-26481",
],
},
{
type: "category",
label: "2022",
items: [
"security/cves/CVE-2022-23555", "security/cves/CVE-2022-23555",
"security/cves/CVE-2022-46145", "security/cves/CVE-2022-46145",
"security/cves/CVE-2022-46172", "security/cves/CVE-2022-46172",
@ -670,6 +686,8 @@ export default {
}, },
], ],
}, },
],
},
{ {
type: "category", type: "category",
label: "Troubleshooting", label: "Troubleshooting",