-
Notifications
You must be signed in to change notification settings - Fork 726
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
After completing #396 there is room for further improvements to help with FP matches in grype.
- Re-enable searching for jenkins (and other) plugins https://github.com/anchore/syft/blob/v0.19.1/syft/pkg/cataloger/cpe.go#L334
- Generate CPE candidates to attempt to match on umbrella projects from sub-component packages (e.g. match on a vendor of
cloudbeesfrom a package calledcloudbees-some-component) based on hyphen/underscore splitting. - When generating vendors and products during CPE generation for java packages, both the artifactID and groupID should be used for both vendor and product values, not just artifactIDs for products and groupIDs for vendors in isolation.
- Add “Extension-Name” and "Automatic-Module-Name" for groupID processing for java packages during CPE generation (a source for product and vendor information).
- Add “ruby-lang” vendor value for gems.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request