Merge pull request #2490 from Blyzz616/3.2

Update testssl.sh
This commit is contained in:
Dirk Wetter 2024-04-25 09:55:15 +02:00 committed by GitHub
commit 4ca02764fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17363,7 +17363,7 @@ run_breach() {
detected_compression=$(sub_breach_helper "$get_command") detected_compression=$(sub_breach_helper "$get_command")
case "$detected_compression" in case "$detected_compression" in
warn_stalled) 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" fileout "$jsonID" "WARN" "Test failed as first HTTP request stalled and was terminated" "$cve" "$cwe"
ret=1 ret=1
;; ;;