Skip to content

[Snyk] Fix for 1 vulnerabilities#49

Open
lcrowther-snyk wants to merge 1 commit intomainfrom
snyk-fix-1e10872136d4485126bcadb55d57b194
Open

[Snyk] Fix for 1 vulnerabilities#49
lcrowther-snyk wants to merge 1 commit intomainfrom
snyk-fix-1e10872136d4485126bcadb55d57b194

Conversation

@lcrowther-snyk
Copy link
Owner

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.

Snyk changed the following file(s):

  • package.json
  • package-lock.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
medium severity Allocation of Resources Without Limits or Throttling
SNYK-JS-QS-15268416
  62  

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Allocation of Resources Without Limits or Throttling

@lcrowther-snyk
Copy link
Owner Author

Merge Risk: Medium

This update includes a minor version bump for Express and a patch update for body-parser. The overall risk is assessed as medium due to a potentially breaking behavioral change in body-parser.

body-parser@1.20.2 → 1.20.4 (Medium Risk)

  • Behavioral Change: Version 1.20.3 introduces a significant change where the default depth for parsing URL-encoded data is now limited to 32. Previously, the depth was unlimited. Applications that process deeply nested objects in URL-encoded form bodies may be impacted.

Recommendation: Verify that your application does not rely on parsing URL-encoded bodies with more than 32 levels of nesting. If it does, you will need to explicitly set the depth option in your urlencoded middleware configuration.

express@4.18.2 → 4.22.0 (Low Risk)

  • This is a minor version upgrade within the 4.x release line. These updates typically include bug fixes, performance improvements, and minor feature additions that are backward-compatible. No breaking changes were identified for this version range in the official release history.

Source: Package documentation

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

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