Security context

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

angular/angularfire
main @ b83343d
3
Fixes
0
CVEs
HIGH
Peak severity
33.3%
Coverage
Highlights
Code Injection: 2 prior fixes. Scrutinize any change in this area.
src/schematics/deploy/actions.ts: most-fixed (2 issues). Treat as high-risk during review.
2 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.

Code Injection: Direct interpolation of angular.json values into generated index.js, package.json start script, and Dockerfile FROM line enables arbitrary code execution in generated artifacts.
Command Injection: Using execSync with shell interpolation of angular.json values allows command injection via malicious configuration fields.
Code Injection: Interpolating dataconnect.yaml/connector.yaml values into generated provideDataConnect() call can inject arbitrary code into generated provider code.