We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0347f2f commit 2fcd01cCopy full SHA for 2fcd01c
1 file changed
testssl.sh
@@ -462,7 +462,7 @@ declare TLS_CIPHER_OSSL_NAME=()
462
declare TLS_CIPHER_RFC_NAME=()
463
declare TLS_CIPHER_SSLVERS=()
464
declare TLS_CIPHER_KX=()
465
-# shellcheck disable=SC2034 . This is a false positive
+# shellcheck disable=SC2034,SC1125 # False positives
466
declare TLS_CIPHER_AUTH=()
467
declare TLS_CIPHER_ENC=()
468
declare TLS_CIPHER_EXPORT=()
0 commit comments