mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
Java: Reduce long comment.
This commit is contained in:
@@ -19,7 +19,8 @@ import DataFlow::PathGraph
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Models an insecure `X509TrustManager`.
|
* Models an insecure `X509TrustManager`.
|
||||||
* 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`
|
||||||
|
* thereby accepting any certificate as valid.
|
||||||
*/
|
*/
|
||||||
class InsecureX509TrustManager extends RefType {
|
class InsecureX509TrustManager extends RefType {
|
||||||
InsecureX509TrustManager() {
|
InsecureX509TrustManager() {
|
||||||
|
|||||||
Reference in New Issue
Block a user