-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Upgrade body-parser from 1.20.2 to 1.20.3 #22
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
base: master
Are you sure you want to change the base?
Conversation
Snyk has created this PR to upgrade body-parser from 1.20.2 to 1.20.3. See this package in npm: body-parser See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/504c02fd-2e04-45ae-ada1-d69d5fbc6c08?utm_source=github&utm_medium=referral&page=upgrade-pr
|
|
|
Reviewer's Guide by SourceryThis PR upgrades the body-parser dependency from version 1.20.2 to 1.20.3. The main implementation change is the introduction of a new depth limit for parsing URL-encoded data, which is now set to 32 by default (previously Infinity). The upgrade also includes dependency updates and CI improvements. Class diagram for body-parser upgradeclassDiagram
class BodyParser {
+parse()
+json()
+urlencoded(options)
}
note for BodyParser "The depth option is added to urlencoded method. Default depth is now 32."
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 body-parser from 1.20.2 to 1.20.3.
ℹ️ 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 1 version ahead of your current version.
The recommended version was released on 3 months ago.
Release notes
Package name: body-parser
-
1.20.3 - 2024-09-09
- deps: [email protected]
- add
- IMPORTANT: The default
- chore: add support for OSSF scorecard reporting by @ inigomarquinez in #522
- ci: fix errors in ci github action for node 8 and 9 by @ inigomarquinez in #523
- fix: pin to [email protected] by @ wesleytodd in #527
- deps: [email protected] by @ melikhov-dev in #521
- Add OSSF Scorecard badge by @ bjohansebas in #531
- Linter by @ UlisesGascon in #534
- Release: 1.20.3 by @ UlisesGascon in #535
- @ inigomarquinez made their first contribution in #522
- @ melikhov-dev made their first contribution in #521
- @ bjohansebas made their first contribution in #531
- @ UlisesGascon made their first contribution in #534
-
1.20.2 - 2023-02-22
- Fix strict json error message on Node.js 19+
- deps: content-type@~1.0.5
- perf: skip value escaping when unnecessary
- deps: [email protected]
from body-parser GitHub release notesWhat's Changed
Important
depthoption to customize the depth level in the parserdepthlevel for parsing URL-encoded data is now32(previously wasInfinity). DocumentationOther changes
New Contributors
Full Changelog: 1.20.2...1.20.3
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
Build: