Skip to content

SWI-3723 [Snyk] Security upgrade @nestjs/common from 8.4.7 to 9.0.0#1208

Open
bwappsec wants to merge 1 commit intomasterfrom
snyk-fix-7d03761739a896f159429890f7d8b2cc
Open

SWI-3723 [Snyk] Security upgrade @nestjs/common from 8.4.7 to 9.0.0#1208
bwappsec wants to merge 1 commit intomasterfrom
snyk-fix-7d03761739a896f159429890f7d8b2cc

Conversation

@bwappsec
Copy link
Copy Markdown

snyk-top-banner

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

Snyk changed the following file(s):

  • samples/client/petstore/typescript-nestjs-v8-provided-in-root/builds/default/package.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
critical severity Unintended Proxy or Intermediary ('Confused Deputy')
SNYK-JS-AXIOS-15965856
  247  
high severity HTTP Response Splitting
SNYK-JS-AXIOS-15969258
  184  

Breaking Change Risk

Merge Risk: High

Notice: This assessment is enhanced by AI.


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:

🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.

…ilds/default/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-15965856
- https://snyk.io/vuln/SNYK-JS-AXIOS-15969258
@bwappsec
Copy link
Copy Markdown
Author

Merge Risk: High

The upgrade to @nestjs/common v9.0.0 is a major version update with significant breaking changes that require developer action.

Key Breaking Changes:

  • HttpModule and HttpService Relocated: HttpModule and HttpService have been removed from @nestjs/common and must now be imported from the @nestjs/axios package. This will require changes to your module and service files.
  • Node.js v10 Deprecation: Support for Node.js v10 has been dropped. You must be using a more recent Node.js LTS version.
  • Redis Transporter Change: For microservices, the Redis transport strategy has migrated from the redis package to ioredis, which may require configuration changes.

Recommendation:
Update all imports of HttpModule and HttpService to use @nestjs/axios instead of @nestjs/common. Ensure your environment is running a supported version of Node.js (v12 or higher was recommended at the time of this release).

Source: NestJS v9 Release Announcement

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

@bwappsec bwappsec changed the title [Snyk] Security upgrade @nestjs/common from 8.4.7 to 9.0.0 SWI-3723 [Snyk] Security upgrade @nestjs/common from 8.4.7 to 9.0.0 Apr 16, 2026
@bwappsec
Copy link
Copy Markdown
Author

bwappsec commented Apr 16, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

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