Skip to content

Releases: lucab85/log4j-cve-2021-44228

Updated detector script 1.3

10 Jan 19:14
Compare
Choose a tag to compare

Updated detector script 1.3
Updated vulnerability printout
Updated test for detector script 1.3
Updated documentation with vulnerability printout

Decoupled download and copy on target host

25 Dec 10:27
Compare
Choose a tag to compare

New architecture design with download performed on "localhost" and execution on target nodes.
This approach allows you to download once, execute many, saving time and bandwidth.
Code is default executed on "/opt" to avoid some 'noexec' on "/tmp" enterprise setup.
Customizable GPG key server variable "gpg_server".
Updated documentation and execution.

Improved code and doc

23 Dec 22:24
Compare
Choose a tag to compare
  • add the full dependency list: unzip, gpg, dirmngr, file
  • improved code with Ansible best practices (command instead of shelll, code folding, etc.)
  • improved documentation with full variable description

First release

23 Dec 17:44
Compare
Choose a tag to compare

Code is stable and passed all CI quality tests