From 6d2aef5c7d26e58a7f9657a8490397c1759249b7 Mon Sep 17 00:00:00 2001 From: Jim Date: Wed, 24 Apr 2024 15:47:34 -0700 Subject: [PATCH] Update testssl.sh added new line character on line 17366 --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 856d817..741fcb7 100755 --- a/testssl.sh +++ b/testssl.sh @@ -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 ;;