We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45cec3d commit 4a00670Copy full SHA for 4a00670
java/ql/src/Security/CWE/CWE-295/InsecureTrustManager.ql
@@ -19,7 +19,8 @@ import DataFlow::PathGraph
19
20
/**
21
* Models an insecure `X509TrustManager`.
22
- * An `X509TrustManager` is considered insecure if it never throws a `CertificateException` thereby accepting any certificate as valid.
+ * An `X509TrustManager` is considered insecure if it never throws a `CertificateException`
23
+ * thereby accepting any certificate as valid.
24
*/
25
class InsecureX509TrustManager extends RefType {
26
InsecureX509TrustManager() {
0 commit comments