Commit 4aecfc1
committed
ci: add Grype CVE scanning and fix high/critical CVEs
Adds a Grype CVE scanning workflow that runs on push, PR, and weekly
schedule. Scans package-lock.json (not the working directory) to avoid
false positives from CI runner tooling. Uploads SARIF to the Security
tab and a table report as an artifact. Fails on high severity with a
fix available.
Dependency bumps (all same-major, no breaking changes):
- concurrently 9.2.1 → 9.2.3 (shell-quote critical: GHSA-w7jw-789q-3m8p)
- vitest 3.2.4 → 3.2.6 (critical: arbitrary file read)
- @vitest/coverage-v8 3.2.4 → 3.2.6 (depends on vitest)
- vite 7.3.1 → 7.3.5 (high: GHSA-fx2h-pf6j-xcff)
- cypress 15.9.0 → 15.17.0 (tmp, qs, uuid transitives)
- react-router-dom 6.30.3 → 6.30.4 (moderate: GHSA-2j2x-hqr9-3h42)
Overrides for transitive deps whose parents haven't released fixes:
- form-data 4.0.5 → 4.0.6 (high: GHSA-hmw2-7cc7-3qxx)
- tmp 0.2.5 → 0.2.6 (high: path traversal)
Reduces total vulnerabilities from 19 to 7 (0 critical, 0 high).1 parent 375458e commit 4aecfc1
5 files changed
Lines changed: 654 additions & 713 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments