Skip to content
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-fileupload from 1.2.1 to 1.5.0 #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ozamarripamoneyhub
Copy link
Contributor

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade express-fileupload from 1.2.1 to 1.5.0.

ℹ️ 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 7 versions ahead of your current version.
  • The recommended version was released a month ago, on 2024-03-14.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Denial of Service (DoS)
SNYK-JS-DICER-2311764
645/1000
Why? Mature exploit, Has a fix available, CVSS 7.5
Mature
Prototype Poisoning
SNYK-JS-QS-3153490
645/1000
Why? Mature exploit, Has a fix available, CVSS 7.5
Proof of Concept
Open Redirect
SNYK-JS-EXPRESS-6474509
645/1000
Why? Mature exploit, Has a fix available, CVSS 7.5
No Known Exploit
Prototype Pollution
SNYK-JS-JSON5-3182856
645/1000
Why? Mature exploit, Has a fix available, CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-RAMDA-1582370
645/1000
Why? Mature exploit, Has a fix available, CVSS 7.5
No Known Exploit
Prototype Pollution
SNYK-JS-MINIMIST-2429795
645/1000
Why? Mature exploit, Has a fix available, CVSS 7.5
Proof of Concept

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: express-fileupload
  • 1.5.0 - 2024-03-14

    What's Changed

    • Ability to set custom logger for debug logging. See option logger.
    • Optimize upload timer.

    Full Changelog: v1.4.3...v.1.5.0

  • 1.4.3 - 2023-11-21

    What's Changed

    • TypeError - Cannot read properties of undefined (reading 'includes') in lib/isEligibleRequest.js (issue #364).

    Full Changelog: v1.4.2...v.1.4.3

  • 1.4.2 - 2023-11-01

    What's Changed

    • Fix TypeError: file.destroy is not a function (issue #259).
    • Stricter request method and headers checks (to comply with RFC 2046).
    • Do not run next after abortion on limit (issue #238).

    Full Changelog: v1.4.1...v.1.4.2

  • 1.4.1 - 2023-09-24

    What's Changed

    • Fix processing file names with special characters(Issue #342 )
    • Significantly decreased package size due using generated files for tests.
    • Update dependencies.

    Full Changelog: v1.4.0...v.1.4.1

  • 1.4.0 - 2022-05-24

    What's Changed

    New Contributors

    Full Changelog: v1.3.1...v1.4.0

  • 1.3.1 - 2022-02-02

    Updates

    • Have promiseCallback make callbacks and promises behave the same (#302)
    • Fix prototype pollution in utilities.js (#301)
    • Switch to CircleCI (ddf5530)
    • End support for Node versions < 12 (ab3d252)
  • 1.3.0 - 2022-02-02

    1.3.0

  • 1.2.1 - 2021-01-11

    Updates:

    • (Fix) Stopped additional responses from being sent if a limit handler exists (#264)
    • Unhandled promise rejection warning (#257)
    • Changed example (#255)
    • Passing a Buffer body will pollute req.body when used along with processNested (#291)
from express-fileupload GitHub release notes
Commit messages
Package name: express-fileupload
  • 4cdd94a Upd. deps & bump version to 1.5.0
  • 3c715bf Use refresh for upload timer, instead of creating new timer each data chunk
  • 4313856 Merge pull request #371 from RobinTail/feat-custom-logger
  • cb317f7 Readme: minor, adjusting the actual type of the log method consumed (single argument, string).
  • 586d2fc Readme: reducing diff.
  • d660b60 CR: making logger option to be console by default.
  • 1455835 Updating Readme.
  • d6adbef Revert "Using console as a default value."
  • 6aab750 Using console as a default value.
  • 7e186bd Feat: supporting a custom logger.
  • 98028e9 Merge pull request #367 from RomanBurunkov/master
  • a2ab675 Bump version to 1.4.3
  • a0e3b7a Fix: Cannot read properties of undefined (reading 'includes') in lib/isEligibleRequest.js
  • fbee074 Merge pull request #363 from RomanBurunkov/master
  • fe62c7b Merge branch 'richardgirges:master' into master
  • 254fc55 Bump ver to 1.4.2 & update dependancies
  • 24749bd Merge pull request #362 from RomanBurunkov/master
  • 718a574 Do not run next after abortion on limit
  • fcb6952 Merge pull request #359 from RomanBurunkov/master
  • 9f4d71d Add tests for isEligibleRequest
  • 9f83dd3 Stricter request method and headers checks
  • b3e48f0 isAligibleRequest: Use set for unacceptable methods instead of array & some formatting
  • 64bbb9a Fix copyFile, moveFile, deleteFile tests
  • 7206ce7 Merge pull request #358 from RomanBurunkov/master

Compare


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:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants