Skip to content

Commit a1e1da2

Browse files
committed
data/excluded: batch add 9 excluded reports
Adds excluded reports: - data/excluded/GO-2024-2524.yaml - data/excluded/GO-2024-2514.yaml - data/excluded/GO-2024-2509.yaml - data/excluded/GO-2024-2508.yaml - data/excluded/GO-2024-2496.yaml - data/excluded/GO-2024-2495.yaml - data/excluded/GO-2024-2488.yaml - data/excluded/GO-2024-2486.yaml - data/excluded/GO-2024-2485.yaml Fixes #2524 Fixes #2514 Fixes #2509 Fixes #2508 Fixes #2496 Fixes #2495 Fixes #2488 Fixes #2486 Fixes #2485 Change-Id: I0e2e8c9691621d274a7c0a1ee75438d2a1d78399 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/561835 TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Damien Neil <[email protected]> Run-TryBot: Tim King <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 9fc1d47 commit a1e1da2

9 files changed

+70
-0
lines changed

data/excluded/GO-2024-2485.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
id: GO-2024-2485
2+
excluded: EFFECTIVELY_PRIVATE
3+
modules:
4+
- module: github.com/hashicorp/vault
5+
cves:
6+
- CVE-2020-10661
7+
ghsas:
8+
- GHSA-j6vv-vv26-rh7c

data/excluded/GO-2024-2486.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
id: GO-2024-2486
2+
excluded: EFFECTIVELY_PRIVATE
3+
modules:
4+
- module: github.com/hashicorp/vault
5+
cves:
6+
- CVE-2020-10660
7+
ghsas:
8+
- GHSA-m979-w9wj-qfj9

data/excluded/GO-2024-2488.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
id: GO-2024-2488
2+
excluded: EFFECTIVELY_PRIVATE
3+
modules:
4+
- module: github.com/hashicorp/vault
5+
cves:
6+
- CVE-2020-16251
7+
ghsas:
8+
- GHSA-4mp7-2m29-gqxf

data/excluded/GO-2024-2495.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
id: GO-2024-2495
2+
excluded: EFFECTIVELY_PRIVATE
3+
modules:
4+
- module: github.com/apache/servicecomb-service-center
5+
cves:
6+
- CVE-2023-44313
7+
ghsas:
8+
- GHSA-9xc9-xq7w-vpcr

data/excluded/GO-2024-2496.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
id: GO-2024-2496
2+
excluded: EFFECTIVELY_PRIVATE
3+
modules:
4+
- module: github.com/apache/servicecomb-service-center
5+
cves:
6+
- CVE-2023-44312
7+
ghsas:
8+
- GHSA-r8xp-52mq-rmm8

data/excluded/GO-2024-2508.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
id: GO-2024-2508
2+
excluded: EFFECTIVELY_PRIVATE
3+
modules:
4+
- module: github.com/hashicorp/vault
5+
cves:
6+
- CVE-2020-35177
7+
ghsas:
8+
- GHSA-rpgp-9hmg-j25x

data/excluded/GO-2024-2509.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
id: GO-2024-2509
2+
excluded: EFFECTIVELY_PRIVATE
3+
modules:
4+
- module: github.com/hashicorp/vault
5+
cves:
6+
- CVE-2021-3282
7+
ghsas:
8+
- GHSA-rq95-xf66-j689

data/excluded/GO-2024-2514.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
id: GO-2024-2514
2+
excluded: EFFECTIVELY_PRIVATE
3+
modules:
4+
- module: github.com/hashicorp/vault
5+
cves:
6+
- CVE-2020-25816
7+
ghsas:
8+
- GHSA-57gg-cj55-q5g2

data/excluded/GO-2024-2524.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
id: GO-2024-2524
2+
excluded: NOT_GO_CODE
3+
modules:
4+
- module: gitlab.com/graphviz/graphviz
5+
cves:
6+
- CVE-2023-46045

0 commit comments

Comments
 (0)