Skip to content

Commit 1016b73

Browse files
committed
Documentation for ConditionalBypassQuery
1 parent 96cf4f1 commit 1016b73

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

java/ql/lib/semmle/code/java/security/ConditionalBypassQuery.qll

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
*/
5659
module 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
*/
6972
module ConditionalBypassFlow = TaintTracking::Global<ConditionalBypassFlowConfig>;

0 commit comments

Comments
 (0)