You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: recognize jvm versions at DB build time (#647)
When processing CPEs in the NVD provider, if a CPE seems to be for a
JVM based on its package namme, set its version type to be "jvm" so that
grype knows at match time to use special comparison logic for JVM
versions.
Signed-off-by: Will Murphy <[email protected]>