Skip to content

Releases: logpresso/CVE-2021-44228-Scanner

2.4.2 Release

21 Dec 00:49
Compare
Choose a tag to compare
  • Reverted 'Detected at' time accidently dropped from csv report file. See #180

2.4.1 Release

20 Dec 17:02
Compare
Choose a tag to compare
  • Fixed csv report generation bug with --report-json and --report-path. See #174.
  • Alert CVE-2021-45105 fix failure.
    • Error message is Cannot fix CVE-2021-45105, Upgrade it: log4j-core-2.16.0.jar
    • Don't mark as fixed for CVE-2021-45105 report entry.

2.4.0 Release

20 Dec 15:29
Compare
Choose a tag to compare

2.3.7 Release

20 Dec 09:40
Compare
Choose a tag to compare
  • Fixed broken NFS detection and added some other file system types. e.g. fuse.sshfs. See #120
  • Support --fix for read only file. See #155
    • If patch target file is readonly:
      1. Scanner removes read only attribute of file.
      2. Fix file as usual.
      3. Set read only attribute.

2.3.6 Release

19 Dec 18:09
Compare
Choose a tag to compare
  • Added product and cve columns to csv report.

2.3.5 Release

19 Dec 17:30
Compare
Choose a tag to compare
  • Fixed count bug for potentially vulnerables of logback and log4j1. See #118

2.3.4 Release

19 Dec 16:34
Compare
Choose a tag to compare

2.3.3 Release

19 Dec 12:10
Compare
Choose a tag to compare
  • Added --zip-charset option. See #153
    • Without --zip-charset option, system default encoding is used if zip entry is not encoded by utf-8.

2.3.2 Release

19 Dec 08:41
Compare
Choose a tag to compare
  • Fixed bug that marks log4j2-core-2.17.0 as a potential vulnerability. See #151
    • Contributed by ChKemper (Christian Kemper)

2.3.1 Release

18 Dec 19:04
Compare
Choose a tag to compare
  • Added missing (mitigated) tag for log4j 1.x and logback detection. See #143