mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #307] [CLOSED] 1 #464
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#464
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/307
Author: @hah312po
Created: 3/6/2026
Status: ❌ Closed
Base:
main← Head:claude/security-vulnerability-audit-rCiUw📝 Commits (10+)
1f72b19fix: comprehensive security vulnerability audit — 30 high/critical fixesd8f176dfix: HTTP header injection via Link header and cookie prototype pollution1accdbdfix: sanitize Link header values in Pages Router dev serverf81704dfix: path traversal, prototype pollution, fetch cache race condition, TPR SSRF0cd55e0fix: command injection in init.ts and code injection in tpr.ts4cbee71fix: CI/CD supply chain hardening — remove id-token, stop logging webhook85921bcfix: allow localhost proxying in dev/test mode for SSRF protectionacd33b4Add security vulnerability audit with evidence-based findings5a0b058Add PoC exploit chains with step-by-step evidence for all 7 findings79898d1Expand PoC 1, 2, 5 with full step-by-step attacker walkthroughs📊 Changes
24 files changed (+2533 additions, -62 deletions)
View changed files
📝
.github/workflows/bigbonk.yml(+0 -1)📝
.github/workflows/bonk.yml(+0 -1)📝
.github/workflows/publish.yml(+2 -6)➕
SECURITY-AUDIT.md(+2230 -0)📝
packages/vinext/src/cloudflare/tpr.ts(+21 -3)📝
packages/vinext/src/config/config-matchers.ts(+55 -0)📝
packages/vinext/src/config/dotenv.ts(+5 -3)📝
packages/vinext/src/init.ts(+3 -1)📝
packages/vinext/src/routing/app-router.ts(+16 -0)📝
packages/vinext/src/server/api-handler.ts(+17 -5)📝
packages/vinext/src/server/app-dev-server.ts(+12 -3)📝
packages/vinext/src/server/dev-origin-check.ts(+29 -0)📝
packages/vinext/src/server/dev-server.ts(+22 -8)📝
packages/vinext/src/server/html.ts(+2 -1)📝
packages/vinext/src/server/isr-cache.ts(+10 -0)📝
packages/vinext/src/server/middleware-codegen.ts(+8 -0)📝
packages/vinext/src/server/middleware.ts(+12 -1)📝
packages/vinext/src/server/normalize-path.ts(+8 -0)📝
packages/vinext/src/server/prod-server.ts(+7 -1)📝
packages/vinext/src/shims/cache.ts(+14 -0)...and 4 more files
📄 Description
1
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.