Skip to content

Commit

Permalink
Add / improve #2490
Browse files Browse the repository at this point in the history
  • Loading branch information
drwetter committed Apr 26, 2024
1 parent 4ca0276 commit a3d3133
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 a3d3133

Please sign in to comment.