v1.11.0
Highlights
-
Filter CVEs listed in the CISA Known Exploited Vulnerabilities catalog.
$ docker scout cves [IMAGE] --only-cisa-kev ... (cropped output) ... ## Packages and Vulnerabilities 0C 1H 0M 0L io.netty/netty-codec-http2 4.1.97.Final pkg:maven/io.netty/[email protected] ✗ HIGH CVE-2023-44487 CISA KEV [OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities] https://scout.docker.com/v/CVE-2023-44487 Affected range : <4.1.100 Fixed version : 4.1.100.Final CVSS Score : 7.5 CVSS Vector : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H ... (cropped output) ...
-
Add
--dry-run
flag fordocker scout push
command to not push the image but process it. -
Switch to Scout v2 manifest format (
application/vnd.scout.manifest.v2+json
) using base64-encoded objects. -
Add new binary classifiers for
spiped
,swift
,eclipse-mosquitto
andznc
.
Bug Fixes / Improvements
- Allow VEX matching when no subcomponents.
- Fix panic when attaching an invalid VEX document.
- Fix SPDX document root.
- Fix base image detection when image uses SCRATCH as the base image.