Skip to content

Commit

Permalink
Merge pull request #1211 from luhring/fipsy-openssl
Browse files Browse the repository at this point in the history
fix(sbom,scan): find openssl CVEs for FIPS provider
  • Loading branch information
luhring authored Sep 26, 2024
2 parents d7e1b38 + 200c0fb commit 9dfbf1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/sbom/cpe.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ var pkgNameToWfnAttributes = map[string]wfn.Attributes{
Vendor: "oracle",
Product: "openjdk",
},
"openssl-provider-fips": {
Vendor: "openssl",
Product: "openssl",
},
"php": {
Vendor: "php",
Product: "php",
Expand Down

0 comments on commit 9dfbf1b

Please sign in to comment.