Skip to content

Conversation

@jhamot
Copy link
Owner

@jhamot jhamot commented Dec 30, 2025

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):

  • examples/client/javascript/package.json
  • examples/client/javascript/package-lock.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Allocation of Resources Without Limits or Throttling
SNYK-JS-QS-14724253
  170  

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

…ript/package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-QS-14724253
@jhamot
Copy link
Owner Author

jhamot commented Dec 30, 2025

Merge Risk: Medium

This minor version upgrade contains subtle changes that could be breaking for some applications. The default depth for parsing URL-encoded bodies has been reduced, and there is a known change in query string parsing behavior in version 4.22.0.

Highlights:

  • express.urlencoded() Change: In version 4.20.0, the default depth for the URL-encoded middleware was changed from Infinity to 32. Applications processing deeply nested objects in form data may be affected.
  • Query Parsing: Version 4.22.0 introduced a change to the query parser (qs library) that was later reverted in 4.22.1 due to being an "erroneous breaking change". This change is present in the target version.

Source: Express documentation
Recommendation: Test applications that handle deeply nested form data or complex query strings before merging.

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.

3 participants