Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
Signed-off-by: Weston Steimel <weston.steimel@anchore.com>
  • Loading branch information
westonsteimel committed Feb 24, 2023
1 parent b32ff2e commit ab6a031
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions syft/pkg/cataloger/common/cpe/candidate_by_package_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,21 @@ var defaultCandidateAdditions = buildCandidateLookup(
candidateKey{PkgName: "make"},
candidateAddition{AdditionalVendors: []string{"gnu"}},
},
{
pkg.ApkPkg,
candidateKey{PkgName: "git"},
candidateAddition{AdditionalVendors: []string{"git-scm"}},
},
{
pkg.ApkPkg,
candidateKey{PkgName: "bind"},
candidateAddition{AdditionalVendors: []string{"isc"}},
},
{
pkg.ApkPkg,
candidateKey{PkgName: "libxpm"},
candidateAddition{AdditionalVendors: []string{"libxpm_project"}},
},
//
// Binary packages
{
Expand Down
1 change: 1 addition & 0 deletions syft/pkg/cataloger/common/cpe/vendors_from_url.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ var (
"https://developer.gnome.org/": {"gnome"},
"https://www.ruby-lang.org/": {"ruby-lang"},
"https://llvm.org/": {"llvm"},
"https://www.isc.org/": {"isc"},
}
)

Expand Down

0 comments on commit ab6a031

Please sign in to comment.