Skip to content

Conversation

@snyk-bot
Copy link

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

merge advice
ℹ️ 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.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 36 versions ahead of your current version.
  • The recommended version was released 2 months ago, on 2021-01-11.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Prototype Pollution
SNYK-JS-EXPRESSFILEUPLOAD-595969
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Denial of Service (DoS)
SNYK-JS-EXPRESSFILEUPLOAD-473997
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
No Known Exploit

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

Release notes
Package name: express-fileupload
  • 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)

  • 1.2.0 - 2020-08-14

    Bug Fixes

    #241 Cleanup temporary files - @ nusu

  • 1.1.10 - 2020-08-06

    Updates:

    Additional prototype-pollution security fix when using processNested (#239)

  • 1.1.9 - 2020-07-31

    Updates:

    Second prototype pollution security vulnerability fix when using processNested (#236)

  • 1.1.8 - 2020-07-29

    Updates:

    Fixed prototype pollution security vulnerability when using processNested (#236)

  • 1.1.7-alpha.4 - 2020-07-16

    Updates:

    Fixes:

    • Fix empty file issue(#226)
    • Fix temp file write timing issue(#184). Thanks to @ somewind
    • Add empty file name check for parseFileName, issue(#187).
    • Write Timing Crash #192
    • when file.on('data') event timeouts, the case isn't handled properly #202
    • Do not create empty temporary files for empty file fields #191
  • 1.1.7-alpha.3 - 2020-04-08

    Update package.json

  • 1.1.7-alpha.2 - 2020-04-06

    Add complete flag for upload handlers

  • 1.1.7-alpha.1 - 2020-04-03

    fix: Add empty file name check for parseFileName.

  • 1.1.6 - 2019-11-19
  • 1.1.6-alpha.6 - 2019-10-22
  • 1.1.6-alpha.5 - 2019-09-19
  • 1.1.6-alpha.4 - 2019-09-12
  • 1.1.6-alpha.3 - 2019-09-11
  • 1.1.6-alpha.2 - 2019-09-10
  • 1.1.6-alpha.1 - 2019-09-10
  • 1.1.5 - 2019-06-07
  • 1.1.4 - 2019-04-02
  • 1.1.3-alpha.2 - 2019-03-25
  • 1.1.3-alpha.1 - 2019-03-12
  • 1.1.2-alpha.1 - 2019-03-06
  • 1.1.1-alpha.3 - 2019-02-18
  • 1.1.1-alpha.2 - 2019-02-08
  • 1.1.1-alpha.1 - 2018-12-28
  • 1.0.0 - 2018-10-18
  • 1.0.0-alpha.1 - 2018-09-22
  • 0.4.0 - 2018-01-24
  • 0.3.0 - 2017-10-07
  • 0.2.0 - 2017-08-28
  • 0.1.4 - 2017-06-30
  • 0.1.3 - 2017-04-30
  • 0.1.2 - 2017-03-09
  • 0.1.1 - 2017-02-18
  • 0.1.0 - 2017-02-18
  • 0.0.7 - 2017-02-10
  • 0.0.6 - 2017-01-14
  • 0.0.5 - 2016-04-22
from express-fileupload GitHub release notes
Commit messages
Package name: express-fileupload

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.

UnhandledPromiseRejectionWarning: Error: ENOSPC:

3 participants