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 000a544 commit c16181dCopy full SHA for c16181d
java/ql/src/semmle/code/java/security/UnsafeCertTrustQuery.qll
@@ -5,6 +5,9 @@ import semmle.code.java.dataflow.TaintTracking
5
import semmle.code.java.security.UnsafeCertTrust
6
import semmle.code.java.security.Encryption
7
8
+/**
9
+ * A taint flow configuration for SSL connections created without a proper certificate trust configuration.
10
+ */
11
class SslEndpointIdentificationFlowConfig extends TaintTracking::Configuration {
12
SslEndpointIdentificationFlowConfig() { this = "SslEndpointIdentificationFlowConfig" }
13
0 commit comments