Skip to content
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

Filter by vulnerability allow-list #251

Merged
merged 8 commits into from Sep 23, 2022
Merged

Conversation

sarahkemi
Copy link
Contributor

This should close #133.

This PR introduces a new allow-ghsas config input that takes a list of GHSA ids and ignores changes if they only have vulnerabilities with advisory ids from the list. It follows the typical filter pattern of having a new filter function (filterOutAllowedAdvisories) that is utilized in the main flow to whittle down the list of desired changes to verify and possibly fail on.

@sarahkemi sarahkemi marked this pull request as ready for review September 22, 2022 23:03
@sarahkemi sarahkemi requested a review from a team as a code owner September 22, 2022 23:03
Copy link
Contributor

@febuiles febuiles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:!

README.md Outdated Show resolved Hide resolved
sarahkemi and others added 2 commits September 23, 2022 12:32
Co-authored-by: Federico Builes <febuiles@github.com>
@sarahkemi sarahkemi merged commit 98f28eb into main Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Supporting whitelisting CVE's / Dependencies
2 participants