-
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-devkit/build-angular depends on vulnerable version of webpack-dev-middleware #27334
Comments
…o `6.1.2` Addressed in this commit is an update to `webpack-dev-middleware` to version `6.1.2`, resolving a security concern identified at GHSA-wr3j-pwj9-hqq6. Closes angular#27334
…o `6.1.2` Addressed in this commit is an update to `webpack-dev-middleware` to version `6.1.2`, resolving a security concern identified at GHSA-wr3j-pwj9-hqq6. Closes angular#27334
…o `6.1.2` Addressed in this commit is an update to `webpack-dev-middleware` to version `6.1.2`, resolving a security concern identified at GHSA-wr3j-pwj9-hqq6. Closes angular#27334
I'm also having this on Angular v17 |
…o `6.1.2` Addressed in this commit is an update to `webpack-dev-middleware` to version `6.1.2`, resolving a security concern identified at GHSA-wr3j-pwj9-hqq6. Closes #27334
…o `6.1.2` Addressed in this commit is an update to `webpack-dev-middleware` to version `6.1.2`, resolving a security concern identified at GHSA-wr3j-pwj9-hqq6. Closes #27334
When will the fix be released? |
…o `6.1.2` Addressed in this commit is an update to `webpack-dev-middleware` to version `6.1.2`, resolving a security concern identified at GHSA-wr3j-pwj9-hqq6. Closes #27334
I see that @alan-agius4 comments that this issue is fixed from 3 PRs, but i don't see a PR for the branch 15.2.x to solve the issue on Angular 15 LTS. |
Version 15 PR #27337 |
Thanks 😸 |
where is the new angular 15.2.11 ? i dont understand if merged 6.1.2 and how get this updted package in 15.2.10 ? |
Fix has been released in versions 15.2.11, 16.2.13, and 17.3.2. |
Will the Webpack-dev-server be updated from 4.15.1 to 4.15.2? The 4.15.1 version references a vulnerable version of the webpack-dev-middleware library and version 4.15.2 fixes that |
@emandere, please update your lock file which will resolve the issue. |
HI @alan-agius4 , We have this vulnerability on build-angular version Regards, |
The |
Hi @JeanMeche , thanks for the answer. I believe you must be talking about the 16+ versions of It seems we fixed the direct dependency version in this commit, but given I'm wondering if we have plans to fix the vulnerability and release it a new Regards, |
I was talking about v15.
If you delete |
Hi @JeanMeche , Thanks again for the answer. Removing In case the answer is no, then maybe Sorry for bombed you with questions. Regards, |
Hi, @alan-agius4, @JeanMeche !!! |
@HelenaSeatCode, version 14 is end-of-life. Please see https://angular.io/guide/releases#actively-supported-versions |
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
new
Is this a regression?
The previous version in which this bug was not present was
No response
Description
Running npm audit on Angular v16 project causes an error output, because @angular-devkit/build-angular depends on vulnerable version of webpack-dev-middleware.
See more details: GHSA-wr3j-pwj9-hqq6
Minimal Reproduction
Create new Angular v16 project.
Run npm audit in the project folder
Exception or Error
No response
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: