Skip to content

Commit

Permalink
data/excluded: batch add 4 excluded reports
Browse files Browse the repository at this point in the history
Adds excluded reports:
	- data/excluded/GO-2023-2104.yaml
	- data/excluded/GO-2023-2100.yaml
	- data/excluded/GO-2023-2103.yaml
	- data/excluded/GO-2023-2097.yaml

Fixes #2104
Fixes #2100
Fixes #2103
Fixes #2097

Change-Id: I794a562c387b516d89d55d64d63505920a1866fe
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/533995
TryBot-Result: Gopher Robot <[email protected]>
Run-TryBot: Jonathan Amsterdam <[email protected]>
Reviewed-by: Tatiana Bradley <[email protected]>
  • Loading branch information
jba committed Oct 10, 2023
1 parent fa8260e commit ff9fb92
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-2097.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-2097
excluded: EFFECTIVELY_PRIVATE
modules:
- module: github.com/charmbracelet/soft-serve
cves:
- CVE-2023-43809
ghsas:
- GHSA-mc97-99j4-vm2v
6 changes: 6 additions & 0 deletions data/excluded/GO-2023-2100.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
id: GO-2023-2100
excluded: NOT_GO_CODE
modules:
- module: github.com/Kong/insomnia
cves:
- CVE-2023-40299
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-2103.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-2103
excluded: EFFECTIVELY_PRIVATE
modules:
- module: github.com/neuvector/neuvector
cves:
- CVE-2023-32188
ghsas:
- GHSA-622h-h2p8-743x
6 changes: 6 additions & 0 deletions data/excluded/GO-2023-2104.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
id: GO-2023-2104
excluded: NOT_GO_CODE
modules:
- module: github.com/louislam/uptime-kuma
cves:
- CVE-2023-44400

0 comments on commit ff9fb92

Please sign in to comment.