Skip to content

[Snyk] Fix for 2 vulnerabilities#54

Open
MManke188 wants to merge 1 commit intomasterfrom
snyk-fix-67d85ec52e7ce209e8ae195d6d87fb61
Open

[Snyk] Fix for 2 vulnerabilities#54
MManke188 wants to merge 1 commit intomasterfrom
snyk-fix-67d85ec52e7ce209e8ae195d6d87fb61

Conversation

@MManke188
Copy link
Copy Markdown
Collaborator

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

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

Vulnerabilities that will be fixed with an upgrade:

Issue Score
medium severity Improper Handling of Unicode Encoding
SNYK-JS-TAR-15038581
  713  
medium severity Allocation of Resources Without Limits or Throttling
SNYK-JS-UNDICI-14943963
  551  

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

Copilot AI review requested due to automatic review settings January 20, 2026 12:06
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 is a Snyk-automated security fix PR that attempts to address 2 vulnerabilities (tar and undici) by upgrading two Angular development packages. However, the PR introduces a critical version incompatibility issue.

Changes:

  • Upgraded @angular-devkit/build-angular from ^17.3.1 to ^17.3.16
  • Upgraded @angular/cli from ^17.3.1 to ^21.0.0

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

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

Copilot AI Jan 20, 2026

Choose a reason for hiding this comment

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

The Angular CLI is being upgraded from version 17.3.1 to 21.0.0 (a jump of 4 major versions), while all other Angular framework packages remain at version 17.3.1. This creates a critical version mismatch that will likely cause build failures.

Angular CLI should match the major version of the Angular framework packages. When the CLI is at v21, the framework packages (like @angular/core, @angular/common, @angular/compiler, etc.) should also be at v21.

Either:

  1. Upgrade all Angular packages together to v21, or
  2. Keep the CLI at v17 and only upgrade @angular-devkit/build-angular to patch the security vulnerabilities without breaking compatibility.

The current configuration will result in incompatibility between the CLI tooling and the framework runtime.

Suggested change
"@angular/cli": "^21.0.0",
"@angular/cli": "^17.3.16",

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