Security context

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

scrapy/parsel
master @ 05b3d37
1
Fixes
0
CVEs
HIGH
Peak severity
Highlights
XXE: 1 prior fix. Scrutinize any change in this area.
scrapy.selector.unified: 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.

XXE: The XML selector component relied on a parser configuration that allowed XML External Entity (XXE) resolution, potentially exposing the application to local file disclosure or server-side request forgery (SSRF) when processing untrusted XML documents. Developers must ensure that all XML parsing operations explicitly disable entity resolution.