You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pass(" .. running testssl.sh against $uri to create a JSON report with severity level >= LOW (may take 2~3 minutes)"); $tests++;
29
+
$out = `$prg$check2run --jsonfile tmp.json $uri`;
25
30
$json = json('tmp.json');
26
31
unlink'tmp.json';
27
32
$found = 0;
@@ -35,8 +40,8 @@ foreach my $f ( @$json ) {
35
40
is($found,0,"We should not have any finding with INFO level"); $tests++;
36
41
37
42
#2
38
-
pass(" .. running testssl.sh against badssl.com to create a JSON-PRETTY report with severity level equal greater than LOW (may take 2~3 minutes)"); $tests++;
0 commit comments