We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using a tool from the Node Security Project called nsp to check for security vulnerabilities.
nsp
It looks like this would be fixed by using the latest version of debug .
debug
~/knox (master) $ nsp check (+) 1 vulnerabilities found ┌───────────────┬──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐ │ │ Regular Expression Denial of Service │ ├───────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤ │ Name │ ms │ ├───────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤ │ Installed │ 0.6.2 │ ├───────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤ │ Vulnerable │ <=0.7.0 │ ├───────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤ │ Patched │ >0.7.0 │ ├───────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤ │ Path │ debug > ms │ ├───────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤ │ More Info │ https://nodesecurity.io/advisories/46 │ └───────────────┴──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
The text was updated successfully, but these errors were encountered:
👍
Sorry, something went wrong.
I created a pull request #300
The vulnerability on the latest version is:
[email protected] > [email protected]
https://nodesecurity.io/advisories/534
No branches or pull requests
I'm using a tool from the Node Security Project called
nsp
to check for security vulnerabilities.It looks like this would be fixed by using the latest version of
debug
.The text was updated successfully, but these errors were encountered: