Skip to content

Commit 4a00670

Browse files
committed
Java: Reduce long comment.
1 parent 45cec3d commit 4a00670

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/ql/src/Security/CWE/CWE-295/InsecureTrustManager.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ import DataFlow::PathGraph
1919

2020
/**
2121
* Models an insecure `X509TrustManager`.
22-
* An `X509TrustManager` is considered insecure if it never throws a `CertificateException` thereby accepting any certificate as valid.
22+
* An `X509TrustManager` is considered insecure if it never throws a `CertificateException`
23+
* thereby accepting any certificate as valid.
2324
*/
2425
class InsecureX509TrustManager extends RefType {
2526
InsecureX509TrustManager() {

0 commit comments

Comments
 (0)