mirror of
https://github.com/anchore/syft.git
synced 2025-11-18 00:43:20 +01:00
fix: improve CPE generation for curl APK (#1608)
Signed-off-by: Weston Steimel <weston.steimel@anchore.com>
This commit is contained in:
parent
669fee84d5
commit
1150772d06
@ -178,6 +178,11 @@ var defaultCandidateAdditions = buildCandidateLookup(
|
|||||||
candidateAddition{AdditionalVendors: []string{"pypa"}},
|
candidateAddition{AdditionalVendors: []string{"pypa"}},
|
||||||
},
|
},
|
||||||
// Alpine packages
|
// Alpine packages
|
||||||
|
{
|
||||||
|
pkg.ApkPkg,
|
||||||
|
candidateKey{PkgName: "curl"},
|
||||||
|
candidateAddition{AdditionalVendors: []string{"haxx"}},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
pkg.ApkPkg,
|
pkg.ApkPkg,
|
||||||
candidateKey{PkgName: "python3"},
|
candidateKey{PkgName: "python3"},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user