This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+14 more
Affected surfaces
Summary
AI summaryTaint analyzer's url-input source now only matches untrusted URLs in the first argument of new URL, fixing false-positive open‑redirect reports.
Full changelog
- Taint analyzer's
url-inputsource narrowed: was matchingreq/requestanywhere innew URL(...)arguments. The standard same-origin redirect patternnew URL('/verified', request.url)was reporting as open-redirect even though the path is a literal — only the origin came from the (trusted) request URL. - Source pattern now constrained to the first argument:
new URL(\s*[^,)]*?(?:req|request). Same-origin redirects with literal paths no longer flagged. - Validated end-to-end on a real Next.js + Clerk + Supabase app: 4 false-positive open-redirect taints cleared, no new regressions on the dvna/NodeGoat/juice-shop/nodejs-goof/dub/cal baseline.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About goklab/guardvibe
Security MCP for vibe coding with 330 rules and 29 tools. Purpose-built for AI-generated code — scans Next.js, Supabase, Clerk, Stripe, Prisma, Hono, GraphQL, and 25+ modules. Cross-file taint analysis, host security audit, auto-fix, SARIF export, pre-commit hook, and CVE version detection. Zero config, runs locally.
Related context
Beta — feedback welcome: [email protected]