-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Snyk] Upgrade next from 13.4.19 to 13.5.8 #362
base: main
Are you sure you want to change the base?
Conversation
Snyk has created this PR to upgrade next from 13.4.19 to 13.5.8. See this package in yarn: next See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/0cdff1d1-3063-4fc2-b3b7-a66aa08aea69?utm_source=github&utm_medium=referral&page=upgrade-pr
Run & review this pull request in StackBlitz Codeflow. |
|
Reviewer's Guide by SourceryThis PR upgrades the Sequence diagram showing potential HTTP Request Smuggling vulnerability fixsequenceDiagram
participant C as Client
participant N13_4 as Next.js 13.4.19
participant N13_5 as Next.js 13.5.8
note over N13_4: Vulnerable to request smuggling
rect rgb(255, 220, 220)
C->>N13_4: Malicious HTTP request
N13_4-->>C: Potential request smuggling
end
note over N13_5: Fixed request smuggling vulnerability
rect rgb(200, 255, 200)
C->>N13_5: Malicious HTTP request
N13_5-->>C: Request properly validated
end
State diagram of security improvements in Next.js upgradestateDiagram-v2
[*] --> Next_13.4.19
Next_13.4.19 --> Next_13.5.8: Upgrade
state Next_13.4.19 {
state "ReDoS Vulnerability" as redos1
state "HTTP Request Smuggling" as smuggling1
state "DoS Vulnerability" as dos1
}
state Next_13.5.8 {
state "ReDoS Fixed" as redos2
state "Request Smuggling Fixed" as smuggling2
state "DoS Protection" as dos2
}
Next_13.5.8 --> [*]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot ('[Snyk]' found in title). We assume it knows what it's doing!
Snyk has created this PR to upgrade next from 13.4.19 to 13.5.8.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 127 versions ahead of your current version.
The recommended version was released 22 days ago.
Issues fixed by the recommended upgrade:
SNYK-JS-ZOD-5925617
SNYK-JS-NEXT-6828456
SNYK-JS-NEXT-7442548
SNYK-JS-NANOID-8492085
SNYK-JS-POSTCSS-5926692
SNYK-JS-NEXT-6032387
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
Summary by Sourcery
Upgrade Next.js from version 13.4.19 to 13.5.8.
Bug Fixes:
Enhancements:
next
to 13.5.8 andeslint-config-next
to 13.4.12.