Skip to content

Commit ef93563

Browse files
committed
chore: Suppress minimatch DoS CVE in site Trivy scan
CVE-2026-26996 is a transitive dependency of serve-handler, only used by the local docusaurus serve command. The production site is deployed as static HTML to GitHub Pages.
1 parent 09a579b commit ef93563

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

site/.trivyignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# minimatch DoS (serve-handler transitive dependency, only used by local
2+
# docusaurus serve command, not in production GitHub Pages deployment).
3+
CVE-2026-26996

0 commit comments

Comments
 (0)