-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Upgrade express from 4.21.2 to 5.0.1 #322
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 express from 4.21.2 to 5.0.1 #322
Conversation
Snyk has created this PR to upgrade express from 4.21.2 to 5.0.1. See this package in npm: express See this project in Snyk: https://app.snyk.io/org/reisene/project/55e114f8-489e-4f14-b900-20574b041e59?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Aviator Changeset actions:
|
Current Aviator status
This PR was merged using Aviator.
See the real-time status of this PR on the
Aviator webapp.
Use the Aviator Chrome Extension
to see the status of your PR within GitHub.
|
Please follow naming conventions! 😿 |
Przewodnik Recenzenta od SourceryTo żądanie pull aktualizuje zależność express z wersji 4.21.2 do 5.0.1 poprzez modyfikację plików package.json i package-lock.json. Brak wygenerowanych diagramów, ponieważ zmiany wydają się proste i nie wymagają wizualnej reprezentacji. Zmiany na Poziomie Pliku
Porady i poleceniaInterakcja z Sourcery
Dostosowywanie Twojego DoświadczeniaUzyskaj dostęp do swojego panelu, aby:
Uzyskiwanie Pomocy
Original review guide in EnglishReviewer's Guide by SourceryThis pull request upgrades the express dependency from version 4.21.2 to 5.0.1 by modifying the package.json and package-lock.json files. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF ScorecardScorecard details
Scanned Files
|
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) |
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.
LGTM 👍
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.
Pominęliśmy przeglądanie tego żądaniaPull Request. Oto dlaczego:
- Wygląda na to, że został stworzony przez bota (hej, snyk-io[bot]!). Zakładamy, że wie, co robi!
- Wygląda na to, że został stworzony przez bota („[Snyk]” znaleziono w tytule). Zakładamy, że wie, co robi!
Original comment in English
We have skipped reviewing this pull request. Here's why:
- It seems to have been created by a bot (hey, snyk-io[bot]!). We assume it knows what it's doing!
- It seems to have been created by a bot ('[Snyk]' found in title). We assume it knows what it's doing!
|
Skipping bot pull request creation because the queue is empty and this pull request is up to date with |
Here's the code health analysis summary for commits Analysis Summary
|
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 Do not merge outdated PRsWonderful, this rule succeeded.Make sure PRs are almost up to date before merging
|
Snyk has created this PR to upgrade express from 4.21.2 to 5.0.1.
ℹ️ 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 13 versions ahead of your current version.
The recommended version was released 6 months ago.
Release notes
Package name: express
What's Changed
cookie
semver lock to address CVE-2024-47764 by @ joshbuker in #6017Full Changelog: v5.0.0...5.0.1
Express v5.0.0
🎉 Express v5 is finally here! 🎉
After years of development, the long-awaited Express v5 has been officially released. This version focuses on simplifying the codebase, improving security, and dropping support for older Node.js versions to enable better performance and maintainability.
For detailed information, please check out the official Express v5 release blog post.
Most relevant details
Major Changes in v5
path-to-regexp@8.x
, removing sub-expression regex patterns for security reasons (ReDoS mitigation).body-parser
changes: Several improvements including the ability to customizeurlencoded
body depth and defaultingextended
tofalse
.For a complete list of breaking changes and API deprecations, see the migration guide.
Security Updates
This release includes important security fixes, including improvements to prevent ReDoS attacks and mitigation for CVE-2024-45590. Full details can be found in the security release notes.
Migration
Be sure to check out our migration guide for instructions on how to update your applications from Express v4 to v5.
Security Guidance
For best practices, we recommend reviewing the Threat Model which outlines Express' approach to securing your applications, including tips for user input validation and other critical aspects.
What's Changed
http-errors
,expressjs.com
,morgan
,cors
,body-parser
by @ jonchurch in #5587res.clearCookie
acceptingoptions.maxAge
andoptions.expires
by @ jonchurch in #5672expires
andmaxAge
inres.clearCookie()
by @ jonchurch in #5792debug
dep from 3.10 to 4.3.6 by @ carpasse in #5829question
anddiscuss
by @ IamLizu in #5835merge-descriptors
with allowing minors by @ RobinTail in #5782merge-descriptors
dependency by @ RobinTail in #5781fresh@^2.0.0
by @ jonchurch in #5916back
as a magic string by @ blakeembrey in #5933New Contributors
Full Changelog: v5.0.0-beta.3...v5.0.0
Full Changelog: 5.0.0-beta.2...v5.0.0-beta.3
What's Changed
obj
as the context by @ shesek in #3587maxAge
appropriateness before use by @ cjbarth in #3936Original summary in English
Summary by Sourcery
Upgrade Express.js from version 4.21.2 to 5.0.1, which is a major version upgrade with significant changes and improvements
New Features:
Enhancements: