Skip to content

Commit

Permalink
Denylist a non-OSS VendorProduct causing misattribution (#1812)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpollock authored Nov 13, 2023
1 parent a00f6af commit 3c60556
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vulnfeeds/cpp/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ var VendorProductDenyList = []VendorProduct{
{"netapp", ""},
// [CVE-2021-28957]: Incorrectly associates with github.com/lxml/lxml
{"oracle", "zfs_storage_appliance_kit"},
{"gradle", "enterprise"}, // The OSS repo gets mis-attributed via CVE-2020-15767
}

// Looks at what the repo to determine if it contains code using an in-scope language
Expand Down

0 comments on commit 3c60556

Please sign in to comment.