Closed mhochhaus closed 2 years ago
@mhochhaus Sure. I will fix it.
Thx a lot mate.
@mhochhaus Do you need double quotes in CSV header line? Current version is:
Hostname,Path,Entry,Product,Version,CVE,Status,Fixed,Detected at
@mhochhaus Would you test v2.5.1 release?
We skip the header during import in Database. Just checked Version 2.5.1 and it looks good.
"Hostname","Path","Entry","Product","Version","CVE","Status","Fixed","Detected at"
"Client-246","/Applications/Arduino.app/Contents/Java/log4j-core-2.12.0.jar","","Log4j 2","2.12.0","CVE-2021-44228","VULNERABLE","","2021-12-21 14:23:26"
@mhochhaus Thank you for test report!
We want to use the csv Report and import the generated Files automatically into a database. The first column with the hostname doesn't have apostrophes around the name.
CLIENT-246,"/Applications/Arduino.app/Contents/Java/log4j-core-2.12.0.jar","","Log4j 2","2.12.0","CVE-2021-44228","VULNERABLE","","2021-12-21 12:01:57"
Can you please format all columns in the same way.