Merge pull request #3059 from TheraNinjaCat/fix-cert-trust-wildcard-identifier-3051

Fixed 'cert_trust_wildcard' identifier when multiple certificates are…
This commit is contained in:
Dirk Wetter
2026-07-08 18:24:14 +02:00
committed by GitHub
+1 -1
View File
@@ -10204,7 +10204,7 @@ certificate_info() {
out "${spaces}" out "${spaces}"
pr_svrty_low "wildcard certificate" ; outln " could be problematic, see other hosts at" pr_svrty_low "wildcard certificate" ; outln " could be problematic, see other hosts at"
outln "${spaces}https://search.censys.io/search?resource=hosts&virtual_hosts=INCLUDE&q=$cert_fingerprint_sha2" outln "${spaces}https://search.censys.io/search?resource=hosts&virtual_hosts=INCLUDE&q=$cert_fingerprint_sha2"
fileout "cert_trust${json_postfix}_wildcard" "LOW" "trust is via wildcard" fileout "cert_trust_wildcard${json_postfix}" "LOW" "trust is via wildcard"
fi fi