File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
java/ql/lib/semmle/code/java/security Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,9 @@ deprecated class ConditionalBypassFlowConfig extends TaintTracking::Configuratio
5353 }
5454}
5555
56+ /**
57+ * A taint tracking configuration for untrusted data flowing to sensitive conditions.
58+ */
5659module ConditionalBypassFlowConfig implements DataFlow:: ConfigSig {
5760 predicate isSource ( DataFlow:: Node source ) { source instanceof RemoteFlowSource }
5861
@@ -64,6 +67,6 @@ module ConditionalBypassFlowConfig implements DataFlow::ConfigSig {
6467}
6568
6669/**
67- * A taint tracking configuration for untrusted data flowing to sensitive conditions.
70+ * Taint tracking flow for untrusted data flowing to sensitive conditions.
6871 */
6972module ConditionalBypassFlow = TaintTracking:: Global< ConditionalBypassFlowConfig > ;
You can’t perform that action at this time.
0 commit comments