Skip to content

Commit

Permalink
website/docs: fix missing CVE missing from sidebar (goauthentik#12197)
Browse files Browse the repository at this point in the history
* website/docs: fix missing cve in sidebar

Signed-off-by: Jens Langhammer <[email protected]>

* fix missing redirect

Signed-off-by: Jens Langhammer <[email protected]>

---------

Signed-off-by: Jens Langhammer <[email protected]>
  • Loading branch information
BeryJu authored Nov 26, 2024
1 parent 1daa531 commit 694a65b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions website/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,12 @@
status = 302
force = true

[[redirects]]
from = "/docs/security/CVE-2024-42490"
to = "/docs/security/cves/CVE-2024-42490"
status = 302
force = true

[[redirects]]
from = "/docs/security/CVE-2023-26481"
to = "/docs/security/cves/CVE-2023-26481"
Expand Down
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 694a65b

Please sign in to comment.