fix(security): patch path-to-regexp (high) and upgrade Next.js to 16.2.1#17
Merged
otonielrojas merged 1 commit intomasterfrom Mar 28, 2026
Merged
fix(security): patch path-to-regexp (high) and upgrade Next.js to 16.2.1#17otonielrojas merged 1 commit intomasterfrom
otonielrojas merged 1 commit intomasterfrom
Conversation
Fixes 2 remaining vulnerabilities after Dependabot PRs merged: - path-to-regexp: DoS via sequential optional groups / multiple wildcards (high) - next 16.1.6 → 16.2.1: HTTP smuggling, CSRF bypass, DoS issues (moderate) All 26 unit tests pass. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
✅ Deploy Preview for spendable ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
path-to-regexpDoS vulnerabilities (high severity)next16.1.6 → 16.2.1 to patch HTTP smuggling, CSRF bypass, and DoS issuesResult
npm auditreports 0 vulnerabilities after these changes.Test plan
🤖 Generated with Claude Code