-
Notifications
You must be signed in to change notification settings - Fork 12k
@angular-devkit/build-angular v18.2.12 has vulnerable dependency #29464
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
Comments
Angular 19 projects using the latest versions also depend a vulnerable Vite version 6.0.7, it needs to be updated to 6.0.9 or later |
looks like Angular 19 is covered here f836be9 with a risk of a BC break |
Hi @alan-agius4, Could you please provide some details on why this was closed? Thank you! |
The LTS release hasn't happened yet. We release once a week. |
18.2.13 has been released on NPM. |
Is this really fixed? The package.json file for 18.2.13 still shows that it depends on a vulnerable version of vite (5.4.6): https://www.npmjs.com/package/@angular-devkit/build-angular/v/18.2.13?activeTab=code I bumped a project currently affected by CVE-2025-24010 from 18.2.12 to 18.2.13, and the npm audit still shows that there is a problem because of this. { |
Yeah, it looks like we missed a |
…`@angular-devkit/build-angular` This resolves advisory GHSA-vg6x-rcgg-rjx6 Fixes angular#29464
This resolves advisory GHSA-vg6x-rcgg-rjx6 Fixes angular#29464
This resolves advisory GHSA-vg6x-rcgg-rjx6 Fixes #29464
Fixed in 18.2.14 |
Hi @alan-agius4, will there also be a fix for v17? It seems to be affected as well and is also marked as LTS. |
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. |
Command
build
Is this a regression?
The previous version in which this bug was not present was
No response
Description
@angular-devkit/build-angular package with version v18.2.12 has a direct dependency in its package.json config:
"vite": "5.4.6"
We can see in the Mend vulnerability database that the
vite
versions of from the 5.4.x series under 5.4.12 are vulnerable:https://www.mend.io/vulnerability-database/CVE-2025-24010
The patch version of "vite" in the package.json of @angular-devkit/build-angular should be increased.
Minimal Reproduction
Command:
ng build
package.json
package-lock.json
Exception or Error
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: