From 163311c15189c2ec9f612e14e620599ac4ac2168 Mon Sep 17 00:00:00 2001 From: Frank Breedijk Date: Thu, 19 Oct 2017 18:16:02 +0200 Subject: [PATCH] Please sort caa records to avoid flapping findings in tools like Seccubus ;) --- testssl.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/testssl.sh b/testssl.sh index be48b5e..4173629 100755 --- a/testssl.sh +++ b/testssl.sh @@ -13201,6 +13201,7 @@ get_caa_rr_record() { return 1 # No dig, drill, host, or nslookup --> complaint was elsewhere already fi + raw_caa=$(echo $raw_caa|sort) OPENSSL_CONF="$saved_openssl_conf" # see https://github.com/drwetter/testssl.sh/issues/134 debugme echo $raw_caa