breautek commented on PR #627: URL: https://github.com/apache/cordova-cli/pull/627#issuecomment-1854564318
> Hi @erisu, could you merge this PR ? It fixes a critical vulnerability > > `npm audit` output on an app running `[email protected]`: > > ``` > systeminformation 5.0.0 - 5.21.6 > Severity: critical > systeminformation SSID Command Injection Vulnerability - https://github.com/advisories/GHSA-gx6r-qc2v-3p3v > fix available via `npm audit fix` > node_modules/systeminformation > ``` This PR won't correct end-user apps, it will just correct local development environments when developing the CLI. Apps/libraries consuming cordova needs to update their own package-lock.json files. If you have cordova globally installed, then `npm install -g [email protected]` should automatically do this. If you have cordova locally installed, then you'll need to issue `npm upgrade` which will upgrade your entire dependency tree to the latest satisfactory packages possible. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
