We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi I'm using you lib and I've got a moderate issue
$ npm audit report # npm audit report validator <13.7.0 Severity: moderate Inefficient Regular Expression Complexity in validator.js - https://github.com/advisories/GHSA-qgmg-gppg-76g5 fix available via `npm audit fix` node_modules/validator 1 moderate severity vulnerability To address all issues, run: npm audit fix $ npm list validator [email protected] C:\WORK\perso\myproject-web └─┬ [email protected] └── [email protected]
It seems that deps tree is not fixed? you could maybe schedule npm audit with github actions to detect this like in this example
so strange that no vulnerability are reported from your badge target
The text was updated successfully, but these errors were encountered:
fixed with npm update
npm update
└─┬ [email protected] └── [email protected]
Sorry, something went wrong.
No branches or pull requests
Hi
I'm using you lib and I've got a moderate issue
It seems that deps tree is not fixed?
you could maybe schedule npm audit with github actions to detect this like in this example
so strange that no vulnerability are reported from your badge target
The text was updated successfully, but these errors were encountered: