mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
fix: conan poco project cpe (#2740)
Signed-off-by: Keith Zantow <kzantow@gmail.com>
This commit is contained in:
parent
16edb40c72
commit
01340b2a5c
@ -351,6 +351,12 @@ var defaultCandidateAdditions = buildCandidateLookup(
|
|||||||
candidateKey{PkgName: "node"},
|
candidateKey{PkgName: "node"},
|
||||||
candidateAddition{AdditionalProducts: []string{"nodejs", "node.js"}},
|
candidateAddition{AdditionalProducts: []string{"nodejs", "node.js"}},
|
||||||
},
|
},
|
||||||
|
// Conan packages
|
||||||
|
{
|
||||||
|
pkg.ConanPkg,
|
||||||
|
candidateKey{PkgName: "poco"},
|
||||||
|
candidateAddition{AdditionalVendors: []string{"pocoproject"}},
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
var defaultCandidateRemovals = buildCandidateRemovalLookup(
|
var defaultCandidateRemovals = buildCandidateRemovalLookup(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user