Skip to content

Conversation

@greg-md
Copy link
Owner

@greg-md greg-md commented Sep 19, 2025

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

  • package.json
  • package-lock.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Server-side Request Forgery (SSRF)
SNYK-JS-IP-12704893
  788  
high severity Server-side Request Forgery (SSRF)
SNYK-JS-IP-12761655
  788  

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:

🦉 Server-side Request Forgery (SSRF)

Copilot AI review requested due to automatic review settings September 19, 2025 07:20
Copy link

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

This PR upgrades the @nestjs/graphql dependency from version 7.9.11 to 8.0.0 to fix two high-severity Server-side Request Forgery (SSRF) vulnerabilities in the IP package dependency.

  • Security upgrade to address SSRF vulnerabilities with severity scores of 788 each
  • Major version bump for @nestjs/graphql package
  • Automatic dependency update via Snyk security scanning

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

"@nestjs/config": "^0.6.3",
"@nestjs/core": "^7.5.1",
"@nestjs/graphql": "^7.9.11",
"@nestjs/graphql": "^8.0.0",
Copy link

Copilot AI Sep 19, 2025

Choose a reason for hiding this comment

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

This is a major version upgrade from 7.x to 8.x which typically introduces breaking changes. The PR description indicates this is a breaking change but doesn't specify what compatibility issues might arise. Consider reviewing the @nestjs/graphql v8.0.0 migration guide and updating any affected GraphQL schema definitions, resolvers, or configuration that may be incompatible with the new version.

Suggested change
"@nestjs/graphql": "^8.0.0",
"@nestjs/graphql": "^7.10.5",

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