Skip to content

[Snyk] Fix for 1 vulnerabilities#37

Open
MManke188 wants to merge 1 commit intomasterfrom
snyk-fix-4faee29f3c8bc865b94267eb50b7cea8
Open

[Snyk] Fix for 1 vulnerabilities#37
MManke188 wants to merge 1 commit intomasterfrom
snyk-fix-4faee29f3c8bc865b94267eb50b7cea8

Conversation

@MManke188
Copy link
Copy Markdown
Collaborator

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

  • frontend/package.json
  • frontend/package-lock.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
medium severity Symlink Attack
SNYK-JS-TMP-11501554
  733  

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.

…nerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-TMP-11501554
Copilot AI review requested due to automatic review settings August 12, 2025 05:29
Copy link
Copy Markdown

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 updates Angular CLI to fix a symlink attack vulnerability in the npm package tmp. The fix upgrades Angular CLI from version 17.3.1 to 18.1.0, which includes a patched version of the vulnerable dependency.

  • Angular CLI upgraded from v17.3.1 to v18.1.0 to address SNYK-JS-TMP-11501554
  • Security vulnerability with medium severity score of 733 resolved
  • Breaking change introduced due to major version upgrade

Comment thread frontend/package.json
"@angular-devkit/build-angular": "^17.3.1",
"@angular/animations": "^17.3.1",
"@angular/cli": "^17.3.1",
"@angular/cli": "^18.1.0",
Copy link

Copilot AI Aug 12, 2025

Choose a reason for hiding this comment

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

Upgrading Angular CLI from v17.3.1 to v18.1.0 is a major version jump that introduces breaking changes. This could cause compatibility issues with other Angular dependencies that are still on v17.x (lines 66, 68-70). Consider upgrading all Angular packages together to maintain version consistency.

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