Compare commits

...

3 Commits

Author SHA1 Message Date
Odinmylord fa09651083
Merge 156d82ee09 into 4ca02764fa 2024-04-25 17:01:09 +09:00
Dirk Wetter 4ca02764fa
Merge pull request #2490 from Blyzz616/3.2
Update testssl.sh
2024-04-25 09:55:15 +02:00
Jim 6d2aef5c7d
Update testssl.sh
added new line character on line 17366
2024-04-24 15:47:34 -07:00
1 changed files with 1 additions and 1 deletions

View File

@ -17375,7 +17375,7 @@ run_breach() {
detected_compression=$(sub_breach_helper "$get_command")
case "$detected_compression" in
warn_stalled)
pr_warning "First request failed (HTTP header request stalled and was terminated)"
pr_warning "First request failed (HTTP header request stalled and was terminated)\n"
fileout "$jsonID" "WARN" "Test failed as first HTTP request stalled and was terminated" "$cve" "$cwe"
ret=1
;;