Skip to content

[Snyk] Security upgrade express from 4.21.2 to 4.22.0#108

Open
Puthikunkim wants to merge 1 commit intomainfrom
snyk-fix-1fe2daf9965542446afd3e1260d9ca0d
Open

[Snyk] Security upgrade express from 4.21.2 to 4.22.0#108
Puthikunkim wants to merge 1 commit intomainfrom
snyk-fix-1fe2daf9965542446afd3e1260d9ca0d

Conversation

@Puthikunkim
Copy link
Copy Markdown
Contributor

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

  • backend/package.json
  • backend/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
  708  

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

…rabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-QS-15268416
Copilot AI review requested due to automatic review settings February 13, 2026 13:48
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Security-driven dependency bump generated by Snyk to remediate a reported vulnerability in the backend’s npm dependency tree by upgrading Express.

Changes:

  • Upgraded express from ^4.21.2 to ^4.22.0 in backend/package.json.
  • Updated backend/package-lock.json to reflect the new express@4.22.0 resolution and its transitive dependency graph (including an updated qs under express).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
backend/package.json Bumps Express version to the Snyk-specified target.
backend/package-lock.json Updates resolved Express package and transitive dependencies (adds nested qs@6.14.x under Express).
Files not reviewed (1)
  • backend/package-lock.json: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread backend/package-lock.json
Comment on lines +1552 to +1556
"body-parser": "~1.20.3",
"content-disposition": "~0.5.4",
"content-type": "~1.0.4",
"cookie": "0.7.1",
"cookie-signature": "1.0.6",
"cookie": "~0.7.1",
"cookie-signature": "~1.0.6",
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

express@4.22.0 now brings in qs@6.14.x under node_modules/express, but this lockfile still contains a top-level qs@6.13.0 (pulled in via body-parser@1.20.3). If the Snyk issue is for qs, scanners may still flag the project. Consider upgrading the dependency that pins qs@6.13.0 (e.g., body-parser) or adding an npm overrides entry to force qs@>=6.14.0, then re-generate the lockfile to ensure the vulnerable version is removed.

Copilot uses AI. Check for mistakes.
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