Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions osv-scanner.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# OSV-Scanner config
#
# vite + esbuild CVEs below are dev-server-only and CANNOT reach prod
# users because instanode-web ships a static GitHub Pages site.
# The prod artifact is HTML/CSS/JS — no Node runtime, no dev server.
#
# These suppressions will be removed when vite is bumped to v7+
# (a separate PR — major-version breaking change).

[[IgnoredVulns]]
id = "GHSA-4w7w-66w2-5vf9"
reason = "Dev-only (vite dev-server path traversal in .map handling). Prod ships as static HTML/CSS/JS to GitHub Pages — no Node runtime, no dev server in the deployed artifact. Will lift when vite is bumped to v7 (separate breaking-change PR)."

[[IgnoredVulns]]
id = "GHSA-67mh-4wv8-2f99"
reason = "Dev-only (esbuild dev-server CORS issue, pinned by vite ^5.x). Same rationale as the vite suppression above — no prod exposure. Will lift when vite v7 bump removes the esbuild^0.21 pin."
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading