-
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-2392.yaml - data/excluded/GO-2023-2391.yaml - data/excluded/GO-2023-2390.yaml Fixes #2392 Fixes #2391 Fixes #2390 Change-Id: Ic98a4d0e1e98779a7500ec9c940dc337b86a05e1 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/549240 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Damien Neil <dneil@google.com>
- Loading branch information
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-2390 | ||
excluded: EFFECTIVELY_PRIVATE | ||
modules: | ||
- module: github.com/mattermost/mattermost/server/v8 | ||
cves: | ||
- CVE-2023-6459 | ||
ghsas: | ||
- GHSA-63cv-4pc2-4fcf |
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-2391 | ||
excluded: EFFECTIVELY_PRIVATE | ||
modules: | ||
- module: github.com/mattermost/mattermost | ||
cves: | ||
- CVE-2023-6458 | ||
ghsas: | ||
- GHSA-7664-hcp7-f497 |
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-2392 | ||
excluded: EFFECTIVELY_PRIVATE | ||
modules: | ||
- module: knative.dev/eventing-gitlab | ||
ghsas: | ||
- GHSA-99jv-8292-2hpm |