Highlights
Cross-Site Scripting: 1 prior fix. Scrutinize any change in this area.
src/core.js: most-fixed (2 issues). Treat as high-risk during review.
0 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.
Cross-Site Scripting: Attackers can bypass selector sanitization logic to execute arbitrary code by prefixing HTML-like strings with whitespace, causing the framework to execute rather than query.
Reflected XSS: HTML-like strings starting with a hash character can be misidentified as valid HTML elements instead of selectors, allowing reflective script execution when parsed.