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
Once npm audit is ran on the project, there is a critical vulnerability with a dependency of criteo-direct-rsa-validate.
Description
Critical vulnerability with js-yaml is documented at https://www.npmjs.com/advisories/788. When executing npm audit fix or npm audit fix --force the vulnerability problem is not fixed.
Steps to reproduce
Clone project
Install dependencies by running npm install
Run npm audit
Expected results
Run npm audit and don't receive any critical vulnerability message.
Actual results
Receiving critical vulnerability message when executing npm audit
The text was updated successfully, but these errors were encountered:
Type of issue
Once
npm audit
is ran on the project, there is a critical vulnerability with a dependency ofcriteo-direct-rsa-validate
.Description
Critical vulnerability with
js-yaml
is documented at https://www.npmjs.com/advisories/788. When executingnpm audit fix
ornpm audit fix --force
the vulnerability problem is not fixed.Steps to reproduce
npm install
npm audit
Expected results
Run
npm audit
and don't receive anycritical vulnerability
message.Actual results
Receiving
critical vulnerability
message when executingnpm audit
The text was updated successfully, but these errors were encountered: