Skip to content

Commit 8cbfe9b

Browse files
authored
Merge pull request #2932 from testssl/shorten_badssl_3.2
Shorten badssl GHA as they fail too often (3.2)
2 parents 0b0b8ed + d7ba204 commit 8cbfe9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

t/33_isJSON_severitylevel_valid.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ my (
1616
$tests = 0;
1717

1818
my $prg="./testssl.sh";
19-
my $check2run = '-S -e --ids-friendly -U --severity LOW --color 0';
19+
my $check2run = '-S --beast --sweet32 --breach --beast --lucky13 --rc4 --severity LOW --color 0';
2020
my $uri = 'badssl.com';
2121

2222
printf "\n%s\n", "Doing severity level checks";

t/51_badssl.com.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ my (
1515
);
1616
# OK
1717
pass("Running testssl.sh against badssl.com to create a baseline (may take 2~3 minutes)"); $tests++;
18-
my $okout = `$prg -S -e --freak --logjam --drown --rc4 --sweet32 --breach --winshock --crime --jsonfile tmp.json --color 0 badssl.com`;
18+
my $okout = `$prg -S --jsonfile tmp.json --color 0 badssl.com`;
1919
my $okjson = json('tmp.json');
2020
unlink 'tmp.json';
2121
cmp_ok(@$okjson,'>',10,"We should have more then 10 findings"); $tests++;
@@ -118,7 +118,7 @@ is($found,1,"We should have a finding for this in the JSON output"); $tests++;
118118

119119
# TODO: CBC
120120
#pass("Running testssl against cbc.badssl.com"); $tests++;
121-
#$out = `./testssl.sh -e -U --jsonfile tmp.json --color 0 cbc.badssl.com`;
121+
#$out = `./testssl.sh -e --jsonfile tmp.json --color 0 cbc.badssl.com`;
122122
#like($out, qr/Chain of trust.*?NOT ok\s+\(chain incomplete\)/,"Chain of trust should fail because of incomplete"); $tests++;
123123
#$json = json('tmp.json');
124124
#unlink 'tmp.json';

0 commit comments

Comments
 (0)