Highlights
Prototype Pollution: 2 prior fixes. Scrutinize any change in this area.
src/lib/traversal.ts: most-fixed (2 issues). Treat as high-risk during review.
2 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Prototype Pollution: Unsafe object property assignment during path traversal allows attackers to inject properties into Object.prototype, as seen in setPath, setPaths, and parseFormData functions. This is tracked under CVE-2025-62381 and has been addressed across multiple fixes by blocking prototype pollution keys.