Commit 4abcf16
fix(deps): patch 9 vulnerabilities reported by OpenSSF Scorecard (#206)
Addresses all 9 vulnerabilities flagged by the OpenSSF Scorecard
Vulnerabilities check (score 1/10 before, 10/10 after):
- Bumped vite to ^6.4.2 in `src/frontend` and `packages/landing` to pick
up the dev-server path traversal and WebSocket file-read fixes.
- Added `dompurify` (^3.4.1) and `uuid` (^14.0.0) overrides in
`src/frontend` so the transitive mermaid dependencies pull patched
versions without a mermaid major bump.
- Added `brace-expansion` overrides (^1.1.13 for the 1.x chain, ^2.0.3
for the 2.x chain) in `packages/demo-video` to patch the ReDoS in both
eslint dependency trees.
- Bumped Pygments to 2.20.0 (with refreshed hashes) in
`docs/requirements.txt` to pick up the GUID-regex ReDoS fix.
`npm audit` now reports 0 vulnerabilities in all three workspaces, and
all 1137 Node tests, the 44 frontend Vitest tests, and both Vite builds
pass. No runtime code changed.
Closes #205
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 4982e65 commit 4abcf16
7 files changed
Lines changed: 33 additions & 27 deletions
File tree
- docs
- packages
- demo-video
- landing
- src/frontend
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
316 | | - | |
317 | | - | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
52 | | - | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
0 commit comments