-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/vulnreport: prefer GHSAs over CVEs in vulnreport create
Update the "vulnreport create" command so that by default, if a GHSA can be found, it is preferred over a CVE. The reason is that GHSAs generally have more precise structured data than CVEs. To instead prefer the CVE, use the "-cve" flag. Change-Id: I1adcfe36f7cd419719222f39f706c14bd39133ad Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/537135 Reviewed-by: Damien Neil <[email protected]> Run-TryBot: Tatiana Bradley <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
- Loading branch information
Showing
1 changed file
with
65 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters