-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update go.mod & package.json (#1145)
Co-authored-by: razzle <[email protected]> Co-authored-by: Wayne Starr <[email protected]>
- Loading branch information
1 parent
abf6a56
commit 2f195f0
Showing
9 changed files
with
5,494 additions
and
1,637 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
paths-ignore: | ||
- src/pkg/packager/network.go | ||
- src/pkg/utils/network.go | ||
- build/** | ||
|
||
query-filters: | ||
- exclude: | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,18 @@ | ||
# Ignore file for false positives from protobuf, see the following for more information: | ||
# https://github.com/anchore/grype/issues/558 | ||
ignore: | ||
# False positives from CPE confusion of Go vs C (https://github.com/anchore/grype/issues/558) | ||
- vulnerability: CVE-2021-22570 | ||
- vulnerability: CVE-2015-5237 | ||
|
||
# Bless your heart NPM, you're a mess | ||
# False positive from CPE confusion of NPM vs Rust Crates (https://github.com/anchore/grype/issues/931) | ||
- vulnerability: CVE-2017-18589 | ||
|
||
# False positive from CPE confusion of an NPM package vs a website (https://github.com/anchore/grype/issues/446) | ||
- vulnerability: CVE-2002-1647 | ||
|
||
# False positive from CPE confusion of svelte and svelte's extension | ||
- vulnerability: CVE-2021-29261 | ||
|
||
# From yargs - only used through quicktype as a dev dependency | ||
- vulnerability: GHSA-p9pc-299p-vxgp |
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
Oops, something went wrong.