We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373c1dd commit 8f66a38Copy full SHA for 8f66a38
audit-ci.jsonc
@@ -3,6 +3,8 @@
3
"$schema": "https://github.com/IBM/audit-ci/raw/main/docs/schema.json",
4
"low": true,
5
"allowlist": [
6
+ // Transitive dependency in vitepress (dev-only, documentation tool).
7
+ // Cannot be fixed until upstream vite updates esbuild. Excluded to avoid scan noise.
8
"GHSA-67mh-4wv8-2f99|vitepress>vite>esbuild"
9
]
10
}
0 commit comments