greenkeeper
greenkeeper copied to clipboard
Issue a PR when a version update clears a NSP/SNYK Advisory
We use Greenkeeper on several projects and have noticed that several PRs that we would have liked greenkeeper to make were not made because the version update was within the range specified in our package.json for the dependency.
Specifically the PRs we would have liked to get are ones that would have cleared a NSP/SNYK advisory (either direct or nested)
In example:
[email protected] has a nested SNYK advisory due to the nested dependency on [email protected] which has a vulnerability where excessively large messages can cause a Denial of Service (as seen below in our bithound.io report)
This advisory would have been cleared by updating to the recently released [email protected], so we would like it if greenkeeper could detect this state and issue the PR to remove a security vulnerability from dependant projects that use greenkeeper.
Is this a feature that could be implemented?
Hey @AccaliaDeElementia,
thanks for the very thorough explanation. This sounds really interesting and we hope we can develop such a feature in the future.
Thanks for the feedback, Stephan