Skip to content

Commit ad367cf

Browse files
committed
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 <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Tatiana Bradley <[email protected]>
1 parent 3556773 commit ad367cf

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

data/excluded/GO-2023-2063.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
id: GO-2023-2063
2+
excluded: EFFECTIVELY_PRIVATE
3+
modules:
4+
- module: github.com/hashicorp/vault
5+
cves:
6+
- CVE-2023-4680
7+
ghsas:
8+
- GHSA-v84f-6r39-cpfc

data/excluded/GO-2023-2064.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
id: GO-2023-2064
2+
excluded: NOT_GO_CODE
3+
modules:
4+
- module: github.com/webmproject/libwebp
5+
cves:
6+
- CVE-2023-4863

data/excluded/GO-2023-2065.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
id: GO-2023-2065
2+
excluded: EFFECTIVELY_PRIVATE
3+
modules:
4+
- module: github.com/usememos/memos
5+
cves:
6+
- CVE-2023-5036
7+
ghsas:
8+
- GHSA-2g7r-9xq5-c6hv

0 commit comments

Comments
 (0)