Closed zsoltschaefer closed 3 years ago
Vulnerabilities in dependencies are a common security problem that every application or service has to deal with. One solution could be to use an external service like snyk (https://snyk.io) to receive a notification when a critical vulnerability exists in dependencies. Whether a critical vulnerability can be fixed by a version update of a dependency or not must then be checked ...
npm install of app-core and app-roaming (0.5.4) fail due tu vulnerabilities found since the last commit.
Following packages are affected: jsrsasign https://npmjs.com/advisories/1672 (reported on May 6th, 2021) lodash https://npmjs.com/advisories/1673 (reported on May 6th, 2021) underscore https://npmjs.com/advisories/1674 (reported on May 6th, 2021) hosted-git-info https://npmjs.com/advisories/1677 (reported on May 6th, 2021) url-parse https://npmjs.com/advisories/1678 (reported on May 6th, 2021)
postcss https://npmjs.com/advisories/1693 (reported on May 10th, 2021) @grpc/grpc-js https://npmjs.com/advisories/1707 (reported on May 10th, 2021)
ssri https://npmjs.com/advisories/565 (reported on Apr 20th, 2018)
Here are the npm audit logs from the master branch.
npm audir output on app-roaming:
app-roaming, npm audit fix leaves us still with 48 modarete
app-core has 59 vulnerabilities (49 moderate, 6 high, 4 critical)
With app-core, nmp audi fix leaves us with 53 vulnerabilities (45 moderate, 4 high, 4 critical)