Skip to content

Commit

Permalink
Merge pull request #2491 from drwetter/fix2490_add
Browse files Browse the repository at this point in the history
Add / improve #2490
  • Loading branch information
drwetter committed Apr 26, 2024
2 parents 4ca0276 + a3d3133 commit 7eadfd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17363,12 +17363,12 @@ 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)\n"
pr_warning "First request failed (HTTP header request stalled and was terminated)"; outln
fileout "$jsonID" "WARN" "Test failed as first HTTP request stalled and was terminated" "$cve" "$cwe"
ret=1
;;
warn_failed)
pr_warning "First request failed (HTTP header request was empty)"
pr_warning "First request failed (HTTP header request was empty)"; outln
fileout "$jsonID" "WARN" "Test failed as first HTTP response was empty" "$cve" "$cwe"
ret=1
;;
Expand Down

0 comments on commit 7eadfd1

Please sign in to comment.