6 python3.pkgs.buildPythonApplication rec {
8 version = "unstable-2021-12-14";
11 src = fetchFromGitHub {
12 owner = "NorthwaveSecurity";
14 rev = "736f1f4044e8a9b7bf5db515e2d1b819253f0f6d";
15 sha256 = "sha256-1al7EMYbE/hFXKV4mYZlkEWTUIKYxgXYU3qBLlczYvs=";
18 propagatedBuildInputs = with python3.pkgs; [
24 install -vD nw_log4jcheck.py $out/bin/${pname}
29 description = "Tool to check for vulnerable Log4j (CVE-2021-44228) systems";
30 homepage = "https://github.com/NorthwaveSecurity/log4jcheck";
31 license = licenses.mit;
32 maintainers = with maintainers; [ fab ];
33 mainProgram = "log4jcheck";