Skip to content

Commit be143bd

Browse files
committed
data/excluded: batch add 2 excluded reports
Adds excluded reports: - data/excluded/GO-2023-2327.yaml - data/excluded/GO-2023-2326.yaml Fixes #2327 Fixes #2326 Change-Id: I48daf53f3ec5d555cc8d751e6a15a3ab301bd464 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/541122 Reviewed-by: Zvonimir Pavlinovic <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent d66f08e commit be143bd

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

data/excluded/GO-2023-2326.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
id: GO-2023-2326
2+
excluded: NOT_A_VULNERABILITY
3+
modules:
4+
- module: std
5+
packages:
6+
- package: encoding/xml
7+
cves:
8+
- CVE-2020-29511

data/excluded/GO-2023-2327.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
id: GO-2023-2327
2+
excluded: NOT_A_VULNERABILITY
3+
modules:
4+
- module: std
5+
packages:
6+
- package: encoding/xml
7+
cves:
8+
- CVE-2020-29510

0 commit comments

Comments
 (0)