Security context

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

firebase/apphosting-adapters
main @ 3eb894e
3
Fixes
0
CVEs
HIGH
Peak severity
100.0%
Coverage
Highlights
Security Control Bypass: 3 prior fixes. Scrutinize any change in this area.
packages/@apphosting/adapter-nextjs/src/utils.ts: most-fixed (2 issues). Treat as high-risk during review.
3 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.

Security Control Bypass: Version check logic in utils.ts was bypassed twice, first due to improper handling of prerelease versions and later due to an incomplete check, allowing vulnerable Next.js deployments.
Security Control Bypass: The build entry point lacked a version check entirely, allowing vulnerable Next.js versions to proceed to deployment without blocking.