-
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.
data/excluded: batch add 6 excluded reports
Adds excluded reports: - data/excluded/GO-2023-1908.yaml - data/excluded/GO-2023-1905.yaml - data/excluded/GO-2023-1901.yaml - data/excluded/GO-2023-1755.yaml - data/excluded/GO-2023-1909.yaml - data/excluded/GO-2023-1906.yaml Fixes #1908 Fixes #1905 Fixes #1901 Fixes #1755 Fixes #1909 Fixes #1906 Change-Id: I6239eac06e22f35c5a3c9374ac7d49744a020d61 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/509516 Run-TryBot: Maceo Thompson <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Tatiana Bradley <[email protected]>
- Loading branch information
Maceo Thompson
committed
Jul 13, 2023
1 parent
09a4743
commit 13c00d3
Showing
6 changed files
with
46 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-1755 | ||
excluded: NOT_A_VULNERABILITY | ||
modules: | ||
- module: github.com/gin-gonic/gin | ||
cves: | ||
- CVE-2023-26125 | ||
ghsas: | ||
- GHSA-3vp4-m3rf-835h |
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-1901 | ||
excluded: EFFECTIVELY_PRIVATE | ||
modules: | ||
- module: github.com/tektoncd/pipeline | ||
cves: | ||
- CVE-2023-37264 | ||
ghsas: | ||
- GHSA-w2h3-vvvq-3m53 |
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-1905 | ||
excluded: EFFECTIVELY_PRIVATE | ||
modules: | ||
- module: github.com/rancher/rancher | ||
cves: | ||
- CVE-2021-25313 | ||
ghsas: | ||
- GHSA-6m8r-jh89-rq7h |
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-1906 | ||
excluded: NOT_GO_CODE | ||
modules: | ||
- module: github.com/openark/orchestrator | ||
cves: | ||
- CVE-2021-27940 | ||
ghsas: | ||
- GHSA-752c-vfpf-cp2w |
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-1908 | ||
excluded: EFFECTIVELY_PRIVATE | ||
modules: | ||
- module: istio.io/istio | ||
cves: | ||
- CVE-2021-31920 | ||
ghsas: | ||
- GHSA-6q5m-22mq-q2xv |
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-1909 | ||
excluded: NOT_GO_CODE | ||
modules: | ||
- module: github.com/jaegertracing/jaeger | ||
ghsas: | ||
- GHSA-2w8w-qhg4-f78j |