Skip to content

Commit c16181d

Browse files
committed
QLDocs
1 parent 000a544 commit c16181d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

java/ql/src/semmle/code/java/security/UnsafeCertTrustQuery.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ import semmle.code.java.dataflow.TaintTracking
55
import semmle.code.java.security.UnsafeCertTrust
66
import semmle.code.java.security.Encryption
77

8+
/**
9+
* A taint flow configuration for SSL connections created without a proper certificate trust configuration.
10+
*/
811
class SslEndpointIdentificationFlowConfig extends TaintTracking::Configuration {
912
SslEndpointIdentificationFlowConfig() { this = "SslEndpointIdentificationFlowConfig" }
1013

0 commit comments

Comments
 (0)