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
Solution: use node-pre-gyp version 0.9.0 or later
Problem:
Run these commands:
npm install -g nsp cd my/module/that/uses/sqlite3 nsp check
Output: security vulnerability
$ nsp check (+) 1 vulnerability found ┌────────────┬────────────────────────────────────────────────────────────────────┐ │ │ Prototype pollution attack │ ├────────────┼────────────────────────────────────────────────────────────────────┤ │ Name │ hoek │ ├────────────┼────────────────────────────────────────────────────────────────────┤ │ CVSS │ 4 (Medium) │ ├────────────┼────────────────────────────────────────────────────────────────────┤ │ Installed │ 2.16.3 │ ├────────────┼────────────────────────────────────────────────────────────────────┤ │ Vulnerable │ <= 4.2.0 || >= 5.0.0 < 5.0.3 │ ├────────────┼────────────────────────────────────────────────────────────────────┤ │ Patched │ > 4.2.0 < 5.0.0 || >= 5.0.3 │ ├────────────┼────────────────────────────────────────────────────────────────────┤ │ Path │ my-module > [email protected] > [email protected] > │ │ │ [email protected] > [email protected] │ ├────────────┼────────────────────────────────────────────────────────────────────┤ │ More Info │ https://nodesecurity.io/advisories/566 │ └────────────┴────────────────────────────────────────────────────────────────────┘
The text was updated successfully, but these errors were encountered:
See also mapbox/node-pre-gyp/issues/346
Sorry, something went wrong.
I think this can be closed: sqlite3 v4.0.0 uses [email protected] and no longer depends on hoek.
@thom-nic yes you are right
No branches or pull requests
Solution: use node-pre-gyp version 0.9.0 or later
Problem:
Run these commands:
npm install -g nsp cd my/module/that/uses/sqlite3 nsp check
Output: security vulnerability
The text was updated successfully, but these errors were encountered: