File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
java/ql/lib/semmle/code/java/security Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ deprecated class SslEndpointIdentificationFlowConfig extends TaintTracking::Conf
2222 }
2323}
2424
25+ /**
26+ * A taint flow configuration for SSL connections created without a proper certificate trust configuration.
27+ */
2528module SslEndpointIdentificationFlowConfig implements DataFlow:: ConfigSig {
2629 predicate isSource ( DataFlow:: Node source ) { source instanceof SslConnectionInit }
2730
@@ -30,6 +33,9 @@ module SslEndpointIdentificationFlowConfig implements DataFlow::ConfigSig {
3033 predicate isBarrier ( DataFlow:: Node sanitizer ) { sanitizer instanceof SslUnsafeCertTrustSanitizer }
3134}
3235
36+ /**
37+ * Taint flow for SSL connections created without a proper certificate trust configuration.
38+ */
3339module SslEndpointIdentificationFlow = TaintTracking:: Global< SslEndpointIdentificationFlowConfig > ;
3440
3541/**
You can’t perform that action at this time.
0 commit comments