Skip to content

Commit

Permalink
website/docs: fix missing cve in sidebar
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
  • Loading branch information
BeryJu committed Nov 26, 2024
1 parent 1daa531 commit 0306f8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,7 @@ export default {
"security/cves/CVE-2024-52287",
"security/cves/CVE-2024-47077",
"security/cves/CVE-2024-47070",
"security/cves/CVE-2024-42490",
"security/cves/CVE-2024-38371",
"security/cves/CVE-2024-37905",
"security/cves/CVE-2024-23647",
Expand All @@ -684,9 +685,9 @@ export default {
type: "category",
label: "2022",
items: [
"security/cves/CVE-2022-23555",
"security/cves/CVE-2022-46145",
"security/cves/CVE-2022-46172",
"security/cves/CVE-2022-46145",
"security/cves/CVE-2022-23555",
],
},
],
Expand Down

0 comments on commit 0306f8c

Please sign in to comment.