mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
add additional vendors for springframework (#945)
The Official CPE dictionary currently contains entries for springframework with three different vendors: springsource, vmware, and pivotal_software. This appears to be because ownership has changed over time. Signed-off-by: Weston Steimel <weston.steimel@anchore.com>
This commit is contained in:
parent
782b2e3348
commit
15e45a8ce1
@ -19,12 +19,12 @@ var defaultCandidateAdditions = buildCandidateLookup(
|
|||||||
{
|
{
|
||||||
pkg.JavaPkg,
|
pkg.JavaPkg,
|
||||||
candidateKey{PkgName: "springframework"},
|
candidateKey{PkgName: "springframework"},
|
||||||
candidateAddition{AdditionalProducts: []string{"spring_framework", "springsource_spring_framework"}},
|
candidateAddition{AdditionalProducts: []string{"spring_framework", "springsource_spring_framework"}, AdditionalVendors: []string{"pivotal_software", "springsource", "vmware"}},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
pkg.JavaPkg,
|
pkg.JavaPkg,
|
||||||
candidateKey{PkgName: "spring-core"},
|
candidateKey{PkgName: "spring-core"},
|
||||||
candidateAddition{AdditionalProducts: []string{"spring_framework", "springsource_spring_framework"}},
|
candidateAddition{AdditionalProducts: []string{"spring_framework", "springsource_spring_framework"}, AdditionalVendors: []string{"pivotal_software", "springsource", "vmware"}},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
// example image: docker.io/nuxeo:latest
|
// example image: docker.io/nuxeo:latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user