-
Notifications
You must be signed in to change notification settings - Fork 27
Description
Hi @naugtur! Thanks for this tool you've built, we use it quite a bit at mojaloop.
We're currently looking for a way to limit the severity of vulnerabilities that can be ignored by developers. Say, for example, there are 2 vulnerabilities without fixes on a project, one is low and the other high. A developer may go and ignore both of those vulnerabilities to keep on working on their project, but we now have very little visibility into the severity of the vulnerabilities being ignored.
We want a way for our CI/CD tool to check if a developer has ignored a vulnerability above a certain severity, say high or critical, and either fail a build, or allow us to capture that information elsewhere.
Has this feature request come up before? I can think of a couple ways I'd implement it with wrappers around your tool, but I'm thinking it would be better to integrate into the npm-audit-resolver itself. I'm happy to spend some time contributing to this myself if you can help me get started.