-
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 3 excluded reports
Adds excluded reports: - data/excluded/GO-2023-2064.yaml - data/excluded/GO-2023-2065.yaml - data/excluded/GO-2023-2063.yaml Fixes #2064 Fixes #2065 Fixes #2063 Change-Id: I5c4fb163867f0b2ac58c28461ab801924e72969a Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/529256 Run-TryBot: Zvonimir Pavlinovic <zpavlinovic@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Tatiana Bradley <tatianabradley@google.com>
- Loading branch information
1 parent
3556773
commit ad367cf
Showing
3 changed files
with
22 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-2063 | ||
excluded: EFFECTIVELY_PRIVATE | ||
modules: | ||
- module: github.com/hashicorp/vault | ||
cves: | ||
- CVE-2023-4680 | ||
ghsas: | ||
- GHSA-v84f-6r39-cpfc |
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-2064 | ||
excluded: NOT_GO_CODE | ||
modules: | ||
- module: github.com/webmproject/libwebp | ||
cves: | ||
- CVE-2023-4863 |
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-2065 | ||
excluded: EFFECTIVELY_PRIVATE | ||
modules: | ||
- module: github.com/usememos/memos | ||
cves: | ||
- CVE-2023-5036 | ||
ghsas: | ||
- GHSA-2g7r-9xq5-c6hv |