You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, as far as I can tell the latest version of @nx/angular (19.5.6) does not make use of this version yet in the above mentioned nested dependency tree.
Expected Behavior
No DoS vulnerability issues raised by nested dependency of @nx/angular
Suggestion
Make use of WS version @8.17.1 (or higher) in nested dependencies, since the vulnerability issue was resolved by that version
GitHub Repo
No response
Steps to Reproduce
Have @nx/angular as a dependency in your project
Make use of Snyk to be informed about the vulnerability
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->
<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->
<!-- If this is a particularly complex change or feature addition, you
can request a dedicated Nx release for this pull request branch. Mention
someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they
will confirm if the PR warrants its own release for testing purposes,
and generate it for you if appropriate. -->
## Current Behavior
<!-- This is the behavior we have today -->
`webpack-dev-server` dependency is not up to date.
## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->
`webpack-dev-server` dependency is up to date
## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->
Fixes#27310
Current Behavior
WS, a nested dependency of @nx/angular, introduced a DoS vulnerability in version ws@8.17.0: GHSA-3h5v-q93c-6h6q
@nx/angular@19.0.1 › @nx/webpack@19.0.1 › webpack-dev-server@4.15.1 › ws@8.17.0
It appears that 2 weeks ago webpack-dev-server resolved the issue in their latest version 5.0.4:
webpack/webpack-dev-server#5241
package.json v5.0.4
However, as far as I can tell the latest version of @nx/angular (19.5.6) does not make use of this version yet in the above mentioned nested dependency tree.
Expected Behavior
No DoS vulnerability issues raised by nested dependency of @nx/angular
Suggestion
Make use of WS version @8.17.1 (or higher) in nested dependencies, since the vulnerability issue was resolved by that version
GitHub Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
No response
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: