-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
angular-cli (v11.2.13) audit fails from dns-packet vulnerability #20947
Comments
This vulnerability doesn't impact Angular CLI and Webpack Dev-Server as these tools are not meant to be used in production where this security vulnerability can be exploited. Related upstream issues; |
I have the same issue. My package.json has: |
@alan-agius4 Also the issue exist in v9 |
Hi @zentoaku,
Unfortunately this is caused by a transitive dependency of a transitive dependency, literally in this case there is nothing we can do but wait for an upstream fix. |
@alan-agius4 I understand and agree that for know you can only wait. But in long term angular should track and care, and if needed replace problematic dependency. |
@alan-agius4 I just want to point out that Bonjour was last updated five years ago, it seems unlikely we'll get an upstream fix for this one. |
The NPM advisory is also outdated as this issue has been addressed directly in dns-packet version 1.3.4, therefore it doesn’t require any action from bonjour. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Installing angular-cli version 11.2.13 and running an
npm audit
shows high security vulnerability from dns-packet. The package.json for my setup has devDependencies:"@angular-devkit/build-angular": "~0.1102.13", "@angular/cli": "~11.2.13"
The npm-audit response is:
The issue is also reported in #20795 but only for angular 12
The text was updated successfully, but these errors were encountered: