rushstack icon indicating copy to clipboard operation
rushstack copied to clipboard

[rush] Upgrade required for fixing NPM vulnerabilities

Open SaiMounica opened this issue 5 months ago • 2 comments
trafficstars

In our project, we use the latest version of build 5.153.2, still we see there are lot of npm vulnerabilities that needs upgrade. For instance, Upgraded Rush to the latest version 5.153.2 that uses ms-rest-azure 3.0.2 which is the highest version available in npm.

ms-rest-azure uses adal-node ^0.2.2 as the dependency that has axios 0.21.0 which is vulnerable and must be upgraded to 0.30.0

So, in order to resolve the issue, rush has to release the build with updated ms-rest-azure version which doesn't exist as of now.

SaiMounica avatar May 26 '25 10:05 SaiMounica