Highlights
Cross-Site Scripting (XSS): 1 prior fix. Scrutinize any change in this area.
CI/CD: 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 use of DomSanitizer bypassSecurityTrustHtml to render SVG content can allow arbitrary JavaScript execution if untrusted user input or unsanitized SVG payloads are processed. Developers must ensure that custom sanitization is always enforced before bypassing Angular's native protections.
Privilege Escalation: GitHub Actions configured with default write permissions can be exploited to modify repository contents or secrets if a workflow is compromised. Enforcing read-all or strictly limited permissions is necessary to limit the blast radius of workflow execution.