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
12 changes: 0 additions & 12 deletions osv-scanner.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,3 @@
# been raised to (or past) its fixed version, DELETE the entry — do not let suppressions
# outlive the vulnerability they cover. `pnpm why <package>` shows the resolved version and
# what pulls it in.

# ── react-router 7.18.0 — GHSA-qwww-vcr4-c8h2 (High, CVSS 7.1), fixed in 8.3.0 ────────────
# WHY IGNORED: CSRF bypass in react-router's UNSTABLE RSC (React Server Components) code paths
# only. Sigma runs plain SSR (React Router v7) and uses NO unstable_/RSC APIs — see
# apps/web/react-router.config.ts (no unstable_ flags) and the note in workers/rate-limit.ts —
# so the vulnerable path is unreachable. The only fix is 8.3.0, a MAJOR upgrade requiring a
# planned migration (no 7.x backport exists as of the advisory).
# REMOVE WHEN: apps/web is migrated to react-router >= 8.3.0, or a 7.x patch ships.
[[IgnoredVulns]]
id = "GHSA-qwww-vcr4-c8h2"
ignoreUntil = 2026-10-01T00:00:00Z
reason = "CSRF bypass in react-router unstable RSC APIs only; sigma uses plain SSR with no RSC/unstable_ usage, so unreachable. Fix is 8.3.0 (major). Remove on the react-router 8.x migration."
53 changes: 27 additions & 26 deletions pnpm-lock.yaml

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

5 changes: 5 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ overrides:
# only, via vite/vitest — never ships to the Worker.
nanoid: '^3.3.17'

# browserslist <4.28.7 — two HIGH advisories (GHSA-73wf-gq98-2v4g, GHSA-c83g-rgw3-j3cx, CVSS 7.5),
# via @babel/helper-compilation-targets → build-time only, never ships to the
# Worker. The range (^4.24.0) already admitted the fix; the lockfile had not moved,
# so the audit gate went red on main (2026-09-02). The pin is the floor.
browserslist: '^4.28.7'
onlyBuiltDependencies:
- esbuild
- workerd
Expand Down