-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Open
Labels
FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.vulncheck or vulndbIssues for the x/vuln or x/vulndb repoIssues for the x/vuln or x/vulndb repo
Milestone
Description
What version of Go are you using (go version
)?
$ go version go version go1.20.2 darwin/amd64
What operating system and processor architecture are you using (go env
)?
go env
Output
$ go env MacOS amd64 darwin
Hi,
Requesting to introduce a config file (ideally) or a flag that allows users to explicitly exclude some vulnerabilities? Maybe until they resolve them, they can be suppressed in CI so on.
Thanks
Config file
$ govulncheck -config vuln.yaml ./...
# vuln.yaml
vulnerability:
exclude:
- GO-2023-1704
- GO-2023-1705
Flag
$ govulncheck \
-exclude GO-2023-1704 \
-exclude GO-2023-1705 \
./...
tianon, gfelixc, secat, gandarez, albingeorge and 46 moretianon, sc0Vu, banjoh, albertyw, tomaszslabon and 3 moretianon, albingeorge, CubicrootXYZ, tomaszslabon, silverwind and 1 more
Metadata
Metadata
Assignees
Labels
FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.vulncheck or vulndbIssues for the x/vuln or x/vulndb repoIssues for the x/vuln or x/vulndb repo