1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-05-22 08:06:04 +02:00

Merge pull request 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

@ -17363,7 +17363,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
;;