Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

askama-rs/askama
main @ a0cae3c
1
Fixes
0
CVEs
HIGH
Peak severity
Highlights
Cross-Site Scripting (XSS): 1 prior fix. Scrutinize any change in this area.
askama_shared/src/filters/json.rs: most-fixed (1 issue). 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.

Cross-Site Scripting (XSS): The JSON formatting filter failed to escape HTML-sensitive characters like '<' and '>', allowing raw JSON strings embedded in `<script>` tags to break out of context and execute arbitrary JavaScript. Developers must ensure that all structured data serialization filters output safely escaped unicode sequences rather than raw characters.