Skip to content

Commit db26851

Browse files
committed
Fix of the issue reported by E. P.
1 parent c016f70 commit db26851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/mitigations/ACCEPTING_ALL_SSL_CERTIFICATES.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"ExtendedName": "Accepting All SSL Certificates",
55
"Description": "The SSLSocket/SSLFactory accepts all certificates or NonValidatingSSLSocketFactory/setDefaultHostnameVerifier/NullHostnameVerifier is present. <br/> ",
66
"Mitigation": {
7-
"Textual": "You should set a certificate and properly config this line (or remove it), so nobody can truly use self-signed<br/> certificates, changing the SSLSocket/SSLFactory to accept trusted certificates or by removing NonValidatingSSLSocketFactory/setDefaultHostnameVerifier/NullHostnameVerifier.<br/> ",
7+
"Textual": "You should set a certificate and properly config this line (or remove it), so nobody can truly use self-signed<br/> certificates, changing the SSLSocket/SSLFactory to accept trusted certificates or by removing NonValidatingSSLSocketFactory/setDefaultHostnameVerifier/NullHostnameVerifier.<br/> "
88
}
99
},
1010
"#omit-xml-declaration": "yes"
11-
}
11+
}

0 commit comments

Comments
 (0)