Skip to content

Releases: rapid7/docker-image-analyzer

0.2.2

24 Nov 23:25
Compare
Choose a tag to compare

Allow configurable setting for dependency check core analyzers

0.2.1

22 Sep 18:43
ed05937
Compare
Choose a tag to compare

Fix RPM parsing on newer CentOS/RHEL images. See #4

0.1.12

22 Sep 19:01
Compare
Choose a tag to compare

Backport fix for RPM parsing. #4

0.2.0

08 Sep 23:17
4e1d5eb
Compare
Choose a tag to compare

Implement software dependency fingerprinting.

0.1.11

16 Jun 21:40
Compare
Choose a tag to compare

Fix failures caused by symlinked layer tar files.

0.1.10

12 Feb 00:45
Compare
Choose a tag to compare

Fix missing created date for images with v1 manifest

0.1.9

05 Dec 03:17
1804d1a
Compare
Choose a tag to compare

Improve handling large files within image layers. Now files smaller than 25 MB will be read into memory, while files larger 25 MB (up to 256 MB) will be extracted to disk instead. Files larger than 256 MB are skipped because files that large are not useful for current handler implementations.

0.1.8

19 Jul 22:21
6466a57
Compare
Choose a tag to compare

Skip reading large files (10 MB+) into memory to prevent excessive memory usage.

0.1.7

18 Jul 18:36
bb5da12
Compare
Choose a tag to compare

Made FileFingerprinter (file hashes) an optional handler since not all applications require it and it can cause heavy CPU usage. Use DockerImageAnalyzerService#addFileHashFingeprinter() to enable it.

0.1.6

20 Jun 21:57
Compare
Choose a tag to compare
  • Fix NPE when parsing lsb-release file
  • Add test for parsing lsb-release file