-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Bundler Audit Parser - Support for GHSA-Only Findings #9649
Conversation
Contextual Security AnalysisAs DryRun Security performs checks, we’ll summarize them here. You can always dive into the detailed results in the section below for checks.
Chat with your AI-powered Security Buddy by typing Install and configure more repositories at DryRun Security |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
Description
Results from a
bundler audit
scan can include findings that contain a GHSA ID but not a CVE ID (see here). I think these types of findings occur for a few reasons, i.e. the GHSA hasn't been assigned a CVE ID yet or that it never will be assigned a CVE ID.Currently, the
bundler audit
parser doesn't support these types of findings, which feels like we may be missing out on importing valid vulnerabilities into DefectDojo.This PR is to support parsing of
bundler audit
findings that may only contain a GHSA but not a CVE ID:Test results
Documentation
N/A.