-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
data/excluded: batch add 6 excluded reports
Adds excluded reports: - data/excluded/GO-2023-2349.yaml - data/excluded/GO-2023-2346.yaml - data/excluded/GO-2023-2353.yaml - data/excluded/GO-2023-2351.yaml - data/excluded/GO-2023-2347.yaml - data/excluded/GO-2023-2331.yaml Fixes #2349 Fixes #2346 Fixes #2353 Fixes #2351 Fixes #2347 Fixes #2331 Change-Id: If58a88f5f61615634a3ab5a9dd30a28e1856ed35 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/546035 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Tim King <taking@google.com>
- Loading branch information
Showing
6 changed files
with
44 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
id: GO-2023-2331 | ||
excluded: DEPENDENT_VULNERABILITY | ||
modules: | ||
- module: github.com/open-telemetry/opentelemetry-go-contrib | ||
cves: | ||
- CVE-2023-47108 | ||
ghsas: | ||
- GHSA-8pgv-569h-w5rw |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
id: GO-2023-2346 | ||
excluded: NOT_A_VULNERABILITY | ||
modules: | ||
- module: https://pkg.go.dev/github.com/whilp/git-urls | ||
cves: | ||
- CVE-2023-46402 | ||
ghsas: | ||
- GHSA-3f2q-6294-fmq5 |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
id: GO-2023-2347 | ||
excluded: EFFECTIVELY_PRIVATE | ||
modules: | ||
- module: github.com/openreplay/openreplay | ||
cves: | ||
- CVE-2023-48226 |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
id: GO-2023-2349 | ||
excluded: NOT_GO_CODE | ||
modules: | ||
- module: github.com/ossf/malicious-packages | ||
cves: | ||
- CVE-2023-49210 |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
id: GO-2023-2351 | ||
excluded: EFFECTIVELY_PRIVATE | ||
modules: | ||
- module: github.com/clastix/capsule-proxy | ||
cves: | ||
- CVE-2023-48312 | ||
ghsas: | ||
- GHSA-fpvw-6m5v-hqfp |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
id: GO-2023-2353 | ||
excluded: EFFECTIVELY_PRIVATE | ||
modules: | ||
- module: github.com/layer5io/meshery | ||
cves: | ||
- CVE-2023-46575 | ||
ghsas: | ||
- GHSA-9jjc-grg5-67gj |