This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryVG955 and VG863 now skip pagination queries with foreign-key shorthand and private npm packages, respectively.
Full changelog
- NestJS-style hyphenated test files (
*.e2e-spec.ts,*.integration-test.ts,*.cy.ts) now match the test-skip regex; VG010/VG011/VG042/etc. no longer fire on Supertest payloads in those files. - VG955 (Missing Pagination) skips queries bounded by foreign-key shorthand (
where: { userId },where: { teamId }) since these are tenant-scoped; VG863 skips packages declared"private": trueoutright (npm refuses to publish them). - VG130 (HTTP Response Header Injection) regex narrowed to response-context setters (
res.setHeader,headers.set, etc.) and skipped in test files — no longer matches Supertest'srequest.set('Authorization', ...)orURLSearchParams.set.
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]