From e4c91c6d3309f4f9ac6dd8ddf95b3dc834ff25b1 Mon Sep 17 00:00:00 2001 From: Jeremy Gonzalez Date: Fri, 1 Dec 2023 11:27:34 -0700 Subject: [PATCH] update changelog --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 406eea5139..9eb19dc03a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,7 @@ ## v3.8.24 - Python: use `pip` to determine transitive dependencies for setuptool projects that contain a req*.txt or setup.py file. ([#1334](https://github.com/fossas/fossa-cli/pull/1334)) +- Container Scanning: warn and exclude rpm packages that are missing attributes. ([#1335](https://github.com/fossas/fossa-cli/pull/1335)) ## v3.8.23 - Custom License Scans: Support full-file uploads for custom license scans ([#1333](https://github.com/fossas/fossa-cli/pull/1333))