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
I've noticed that the current version of @nx/module-federation (20.3.3) is using webpack 5.88.0, which has a known security vulnerability (GHSA-4vvj-4cpr-p986).
The vulnerability is described as: "Webpack's AutoPublicPathRuntimeModule has a DOM Clobbering Gadget that leads to XSS".
To address this issue, I suggest updating the webpack dependency in @nx/module-federation to the latest stable version (currently 5.89.0 as of January 2025).
I've tested this locally by creating a copy of @nx/module-federation and updating the webpack version to ^5.89.0 in its package.json. After this change, the npm audit no longer reports the webpack-related vulnerability.
Could you please consider updating the webpack version in the official @nx/module-federation package to address this security concern?
Thank you for your attention to this matter.
EDIT: Is it possible that I created this GitHub issue in the wrong package in my haste? Because this repo doesn't seem to have been updated for quite some time.
The text was updated successfully, but these errors were encountered:
Hello Nx team,
I've noticed that the current version of
@nx/module-federation (20.3.3)
is usingwebpack 5.88.0
, which has a known security vulnerability (GHSA-4vvj-4cpr-p986).The vulnerability is described as: "Webpack's AutoPublicPathRuntimeModule has a DOM Clobbering Gadget that leads to XSS".
To address this issue, I suggest updating the
webpack
dependency in@nx/module-federation
to the latest stable version (currently 5.89.0 as of January 2025).I've tested this locally by creating a copy of
@nx/module-federation
and updating thewebpack
version to^5.89.0
in itspackage.json
. After this change, thenpm audit
no longer reports the webpack-related vulnerability.Could you please consider updating the webpack version in the official @nx/module-federation package to address this security concern?
Thank you for your attention to this matter.
EDIT: Is it possible that I created this GitHub issue in the wrong package in my haste? Because this repo doesn't seem to have been updated for quite some time.
The text was updated successfully, but these errors were encountered: