mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-01 06:19:44 +01:00
parent
f1c6bc09d5
commit
ff527f524e
@ -1001,10 +1001,11 @@ csv_header() {
|
||||
CSVHEADER=false
|
||||
else
|
||||
[[ -s "$CSVFILE" ]] && fatal "non-empty \"$CSVFILE\" exists. Either use \"--append\" or (re)move it" $ERR_FCREATE
|
||||
touch "$CSVFILE"
|
||||
if "$GIVE_HINTS"; then
|
||||
fileout_csv_finding "id" "fqdn/ip" "port" "severity" "finding" "cve" "cwe" "hint" > "$CSVFILE"
|
||||
fileout_csv_finding "id" "fqdn/ip" "port" "severity" "finding" "cve" "cwe" "hint"
|
||||
else
|
||||
fileout_csv_finding "id" "fqdn/ip" "port" "severity" "finding" "cve" "cwe" > "$CSVFILE"
|
||||
fileout_csv_finding "id" "fqdn/ip" "port" "severity" "finding" "cve" "cwe"
|
||||
fi
|
||||
fi
|
||||
return 0
|
||||
|
Loading…
Reference in New Issue
Block a user