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 ea4af83 commit 24c28edCopy full SHA for 24c28ed
java/ql/lib/semmle/code/java/security/UnsafeCertTrustQuery.qll
@@ -14,6 +14,10 @@ module SslEndpointIdentificationFlowConfig implements DataFlow::ConfigSig {
14
predicate isSink(DataFlow::Node sink) { sink instanceof SslConnectionCreation }
15
16
predicate isBarrier(DataFlow::Node sanitizer) { sanitizer instanceof SslUnsafeCertTrustSanitizer }
17
+
18
+ predicate observeDiffInformedIncrementalMode() { any() }
19
20
+ Location getASelectedSourceLocation(DataFlow::Node source) { none() }
21
}
22
23
/**
0 commit comments