v0.74.0 #11096
v0.74.0
#11096
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
📑 Table of Contents
🚀 What's new? 🚀
Java license URLs resolved to SPDX IDs
There are cases where a Java package gives its license as nothing but a link — in the OSGi
Bundle-Licensemanifest header or in thepom.xml<license><url>element — with no name and no SPDX ID.Trivy could not make use of such links before, so those packages were reported with no license at all.
Trivy now builds a reverse "license URL → SPDX ID" index from the
seeAlsofield of the SPDX license list and uses it to resolve these URLs.For example,
jackson-coredeclares its license only as a URL:Previously no license was reported, now the URL resolves to its SPDX ID:
RapidFort curated image support
RapidFort publishes curated builds of Ubuntu-, Alpine- and Red Hat Enterprise Linux-based images together with its own security advisories.
Trivy now scans such images against the RapidFort feed.
RapidFort images are detected automatically — no extra flags are needed.
See the documentation for details.
Thanks to @vaibhav-rf and @rfJanit
👷♂️ Notable Fixes 🛠️
All reactions