logpresso / CVE-2021-44228-Scanner

Vulnerability scanner and mitigation patch for Log4j2 CVE-2021-44228
Apache License 2.0
852 stars 173 forks source link

json output file #174

Closed thomas-lauer closed 2 years ago

thomas-lauer commented 2 years ago

if i understand it correctly i can control with the parameter --report-path where the json is stored

Example: log4j2-scan.exe --report-json --report-path out.json c:\

in this example the out.json contains the csv data Hostname,Path,Entry,Product,Version,CVE,Status,Fixed,Detected at,Error DESKTOP-45E6E0Q,"c:\test\jasper-spring.jar","BOOT-INF/lib/log4j-core-2.15.0.jar","Log4j 2","2.15.0","CVE-2021-45046","VULNERABLE","","2021-12-20 17:11:44"

xeraph commented 2 years ago

@glshnu Oops. I will fix it soon.. Thank you for bug reporting!

xeraph commented 2 years ago

@glshnu Fixed in v2.4.1. Would you test it?

thomas-lauer commented 2 years ago

perfect it runs ;-)

xeraph commented 2 years ago

@glshnu Thank you for your test report!