-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
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
[Feature] Ignore specific path of vulnerability #85
Comments
I agree that this is an issue, 100%. I would definitely be open to a PR for it! Sorry for the late response, am on vacation now, just got Wi-Fi 😀 |
No problem 😉 Before starting a PR, how do you think we should handle this? I was thinking an option like The content of the option would be |
I also like the One consideration I would look for in this PR is for
This can be revised to be whitelisted paths. |
OK thank you for the feedback. I will look into it next week and open a PR as soon as I have something. |
Introduced with #104 in release |
Hello again :-)
I am using this project regularly and one thing bothers me a bit. When I have a vulnerability alert from a nested dependency that does not affect me and there is no upgrade possible, I have to ignore the advisory.
For instance, the
braces
dependency with advisory786
is a dependency ofjest
so I am OK to ignore it. However, I will not be warned in the future if a dependency used in the production build usesbraces
and I will be exposed to a Regular Expression Denial of Service.I would like to ignore path only and not global advisories. The package
npm-audit-resolver
(similar toaudit-ci
) does this for instance.Thank you again for this package
What do you think about it? I am willing to write a pull request for this issue if you agree.
The text was updated successfully, but these errors were encountered: