mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-08-24 16:01:23 +02:00
fix gh action
Not sure why this has been triggered though. # Failed test 'Check whether CSV output matches baseline file from testssl.sh' # at t/61_diff_testsslsh.t line 57. # # %s # @@ -1,5 +1,4 @@ # "id","fqdn/ip","port","severity","finding","cve","cwe" # -"engine_problem","/","443","WARN","No engine or GOST support via engine with your ./bin/openssl.Linux.x86_64","","" # "service","testssl.sh/81.169.166.184","443","INFO","HTTP","","" # "pre_128cipher","testssl.sh/81.169.166.184","443","INFO","No 128 cipher limit bug","","" # "SSLv2","testssl.sh/81.169.166.184","443","OK","not offered","","" # Looks like you failed 1 test of 1. t/61_diff_testsslsh.t ..............
This commit is contained in:
parent
74a261d2f0
commit
f09f742ee3
@ -1,4 +1,5 @@
|
|||||||
"id","fqdn/ip","port","severity","finding","cve","cwe"
|
"id","fqdn/ip","port","severity","finding","cve","cwe"
|
||||||
|
"engine_problem","/","443","WARN","No engine or GOST support via engine with your ./bin/openssl.Linux.x86_64","",""
|
||||||
"service","testssl.sh/81.169.166.184","443","INFO","HTTP","",""
|
"service","testssl.sh/81.169.166.184","443","INFO","HTTP","",""
|
||||||
"pre_128cipher","testssl.sh/81.169.166.184","443","INFO","No 128 cipher limit bug","",""
|
"pre_128cipher","testssl.sh/81.169.166.184","443","INFO","No 128 cipher limit bug","",""
|
||||||
"SSLv2","testssl.sh/81.169.166.184","443","OK","not offered","",""
|
"SSLv2","testssl.sh/81.169.166.184","443","OK","not offered","",""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user