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
Workaround for bug see #1717. In addition: Bring the test closer to a cleaner style,
as the others
Should --ids-firednly could be as well be removed when travis runs faster.
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