π¨ [security] Update multer 2.0.0 β 2.0.2 (patch)#10
Closed
depfu[bot] wants to merge 1 commit intomainfrom
Closed
π¨ [security] Update multer 2.0.0 β 2.0.2 (patch)#10depfu[bot] wants to merge 1 commit intomainfrom
depfu[bot] wants to merge 1 commit intomainfrom
Conversation
β Deploy Preview for colorflux ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Reviewer's GuideThis PR mitigates a critical Denial-of-Service vulnerability by bumping multer from 2.0.0 to 2.0.2 and regenerating the lock file, which in turn updates several indirect stream-related dependencies and prunes outdated packages. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Contributor
Author
|
Closed in favor of #15. |
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.
π¨ Your current dependencies have known security vulnerabilities π¨
This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
β³οΈ multer (2.0.0 β 2.0.2) Β· Repo Β· Changelog
Security Advisories π¨
π¨ Multer vulnerable to Denial of Service via unhandled exception from malformed request
π¨ Multer vulnerable to Denial of Service via unhandled exception
Release Notes
2.0.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 17 commits:
π 2.0.2π₯ improve error handlingπ 2.0.1Fixes https://github.com/expressjs/multer/issues/1233. Makes multer handle missing field names.ci: apply security best practices (#1311)π list languages in table to prevent GH right-aligning list due to RTL languagedeps: update dependencies to latest versions (#1328)β»οΈ use version tag for CI, fix CI badge, fix references to master/mainπ fix badges in translation files (#1321)ci: change branch referenceci: change branch referencedocs: update badge links in docs (#1273)docs: remove reference to `--save` npm flag (#929)chore: fix typo (#993)Merge pull request #1317 from expressjs/master-v2-merge-fixMerge branch 'master' into v2π fix changelog information (#1316)Commits
See the full diff on Github. The new version differs by 2 commits:
2.0.0readable-stream@3.0.2 (#61)Release Notes
3.6.2
3.6.0
3.5.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Commits
See the full diff on Github. The new version differs by 8 commits:
Bumped v1.3.0.Merge pull request #15 from feross/patch-1safe-buffer@~5.2.0Bumped v1.2.0.Merge pull request #12 from nodejs/use-npm-legacy-node-4Use npm legacy in node 4Merge pull request #11 from fabiosantoscode/patch-1Update package.jsonποΈ isarray (removed)
ποΈ process-nextick-args (removed)
ποΈ core-util-is (removed)
ποΈ safe-buffer (removed)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands
Summary by Sourcery
Upgrade multer to 2.0.2 to address known security vulnerabilities.
Bug Fixes:
Chores: