Highlights
Denial of Service: 42 prior fixes. Scrutinize any change in this area.
crates/rolldown/src/stages/generate_stage/code_splitting.rs: most-fixed (3 issues). Treat as high-risk during review.
1 high-severity fix in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Denial of Service: Unhandled panics triggered by invalid user inputs (such as malformed regexes or invalid URL strings) propagate directly from native code, abruptly terminating the host Node.js process.
Path Traversal: Failing to sanitize output file paths can allow compiled assets or chunks with relative path sequences to escape the designated output directory and write files arbitrarily.
Prototype Pollution: Generating object literals or exports with raw keys like '__proto__' can pollute the JavaScript runtime prototype unless computed property syntax or Object.defineProperty is enforced.