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.