mirror of
https://github.com/anchore/syft
synced 2024-11-10 06:14:16 +00:00
fix: use official CPE for curl binary cataloger (#3164)
The official CPE for curl is `cpe:2.3🅰️haxx:curl:*:*:*:*:*:*:*:*`
Signed-off-by: Weston Steimel <commits@weston.slmail.me>
This commit is contained in:
parent
cf9bb13f2b
commit
99be365f62
1 changed files with 1 additions and 1 deletions
|
@ -537,7 +537,7 @@ func DefaultClassifiers() []Classifier {
|
|||
),
|
||||
Package: "curl",
|
||||
PURL: mustPURL("pkg:generic/curl@version"),
|
||||
CPEs: singleCPE("cpe:2.3:a:curl:curl:*:*:*:*:*:*:*:*"),
|
||||
CPEs: singleCPE("cpe:2.3:a:haxx:curl:*:*:*:*:*:*:*:*"),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue