website/docs: group CVEs by year (#12099)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -653,6 +653,10 @@ export default {
|
||||
{
|
||||
type: "category",
|
||||
label: "CVEs",
|
||||
items: [
|
||||
{
|
||||
type: "category",
|
||||
label: "2024",
|
||||
items: [
|
||||
"security/cves/CVE-2024-47077",
|
||||
"security/cves/CVE-2024-47070",
|
||||
@ -660,11 +664,23 @@ export default {
|
||||
"security/cves/CVE-2024-37905",
|
||||
"security/cves/CVE-2024-23647",
|
||||
"security/cves/CVE-2024-21637",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "2023",
|
||||
items: [
|
||||
"security/cves/CVE-2023-48228",
|
||||
"security/cves/GHSA-rjvp-29xq-f62w",
|
||||
"security/cves/CVE-2023-39522",
|
||||
"security/cves/CVE-2023-36456",
|
||||
"security/cves/CVE-2023-26481",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "2022",
|
||||
items: [
|
||||
"security/cves/CVE-2022-23555",
|
||||
"security/cves/CVE-2022-46145",
|
||||
"security/cves/CVE-2022-46172",
|
||||
@ -672,6 +688,8 @@ export default {
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Troubleshooting",
|
||||
|
||||
Reference in New Issue
Block a user