mirror of
https://github.com/anchore/syft.git
synced 2026-02-12 02:26:42 +01:00
qt bin classifier, fixed #4467
Signed-off-by: Rez Moss <hi@rezmoss.com>
This commit is contained in:
parent
93ede85c9a
commit
2d52c78595
@ -441,6 +441,7 @@ catalogers:
|
|||||||
name: qtbase
|
name: qtbase
|
||||||
purl: pkg:generic/qtbase
|
purl: pkg:generic/qtbase
|
||||||
cpes:
|
cpes:
|
||||||
|
- cpe:2.3:a:qt:qt:*:*:*:*:*:*:*:*
|
||||||
- cpe:2.3:a:qt:qtbase:*:*:*:*:*:*:*:*
|
- cpe:2.3:a:qt:qtbase:*:*:*:*:*:*:*:*
|
||||||
type: BinaryPkg
|
type: BinaryPkg
|
||||||
- method: glob
|
- method: glob
|
||||||
|
|||||||
@ -524,7 +524,10 @@ func DefaultClassifiers() []binutils.Classifier {
|
|||||||
),
|
),
|
||||||
Package: "qtbase",
|
Package: "qtbase",
|
||||||
PURL: mustPURL("pkg:generic/qtbase@version"),
|
PURL: mustPURL("pkg:generic/qtbase@version"),
|
||||||
CPEs: singleCPE("cpe:2.3:a:qt:qtbase:*:*:*:*:*:*:*:*", cpe.NVDDictionaryLookupSource),
|
CPEs: []cpe.CPE{
|
||||||
|
cpe.Must("cpe:2.3:a:qt:qt:*:*:*:*:*:*:*:*", cpe.NVDDictionaryLookupSource),
|
||||||
|
cpe.Must("cpe:2.3:a:qt:qtbase:*:*:*:*:*:*:*:*", cpe.NVDDictionaryLookupSource),
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Class: "gcc-binary",
|
Class: "gcc-binary",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user