-
Notifications
You must be signed in to change notification settings - Fork 16
gulp-nsp 3.0 ignoring exceptions #43
Comments
i just published [email protected], give that a spin and let me know if it fixes your issue |
That solves the issue with the exception not working. Thanks! However, it's no longer reporting https://nodesecurity.io/advisories/566 for node-pre-gyp.
.nsprc
|
that would be because |
Okay. At least it's intentional then. But did that behaviour change between nsp 2.7 and nsp 3.2.1? The output from gulp-nsp 2.x (no .nsprc):
|
shouldn't have.. nothing in the nsp client, or gulp-nsp does anything with optionalDependencies at all and never has. the output you're showing from gulp-nsp 2.x looks to be from a different project, as it shows a dependency on [email protected] bringing in [email protected] (a direct dependency, not optional) which in turn brings in the version of chokidar with the vulnerable package. the output you showed from gulp-nsp 3.x showed a dependency tree from babel-cli, which is entirely different due to chokidar being an optional dependency. |
Thanks for clarifying that for me. And also thank you for responding quickly and upgrading gulp-nsp. Cheers |
happy to help, good catch on the exceptions not working and thank you for reporting it so quickly! |
Uh oh!
There was an error while loading. Please reload this page.
@nlf Thanks for releasing 3.0 to resolve this issue: #39 (comment).
Unfortunately I'm running into some issues after upgrading our project to 3.0.
I'm now seeing
gulp nsp
output vulnerability warnings that are in the exceptions list..nsprc
This issue: stdarg/tcp-port-used#5
I'm also not seeing the other 566 vulnerability if I remove the .nsprc file. mapbox/node-pre-gyp#346
If I downgrade gulp-nsp, I see both vulnerabilities when there is no .nsprc file, and they both can be ignored with the .nsprc.
This is the output from gulp-nsp 2.x:
Also noticed a Drone test failure on your repo.
The text was updated successfully, but these errors were encountered: