Commit 0cc4559
authored
fix(deps): npm audit fix — patch lodash, path-to-regexp, socket.io-parser (#69)
* fix(deps): resolve npm audit vulnerabilities
Run npm audit fix to address lodash code injection/prototype pollution,
path-to-regexp ReDoS, and socket.io-parser unbounded attachments.
Remaining pm2 ReDoS has no fix available upstream.
* fix(deps): rerun npm audit fix and clarify checklist note
- Re-ran npm audit fix on top of the merged main; lockfile now reflects
the latest auto-fix state (still 3 vulnerabilities: vite via
dependabot #75, pm2 ReDoS no upstream fix, request SSRF requires
breaking fs-js-lite upgrade).
- PLAN.md: rewrite the resolved checklist note to make the partial-fix
state unambiguous — explicitly call out which vulnerabilities are
fixed and which are risk-accepted, addressing the Copilot review
comment about the inconsistent 'fixed but unfixed' wording.1 parent 23a07cc commit 0cc4559
2 files changed
Lines changed: 11 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
411 | | - | |
| 411 | + | |
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments