diff --git a/cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl.qll b/cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl.qll index 8ad1036834c..9800e02ccf1 100644 --- a/cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl.qll +++ b/cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl2.qll b/cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl2.qll index 8ad1036834c..9800e02ccf1 100644 --- a/cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl2.qll +++ b/cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl2.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl3.qll b/cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl3.qll index 8ad1036834c..9800e02ccf1 100644 --- a/cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl3.qll +++ b/cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl3.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl4.qll b/cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl4.qll index 8ad1036834c..9800e02ccf1 100644 --- a/cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl4.qll +++ b/cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl4.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImplLocal.qll b/cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImplLocal.qll index 8ad1036834c..9800e02ccf1 100644 --- a/cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImplLocal.qll +++ b/cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImplLocal.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/cpp/ql/lib/semmle/code/cpp/dataflow/internal/tainttracking1/TaintTrackingImpl.qll b/cpp/ql/lib/semmle/code/cpp/dataflow/internal/tainttracking1/TaintTrackingImpl.qll index 8ef73014237..55f4db649f6 100644 --- a/cpp/ql/lib/semmle/code/cpp/dataflow/internal/tainttracking1/TaintTrackingImpl.qll +++ b/cpp/ql/lib/semmle/code/cpp/dataflow/internal/tainttracking1/TaintTrackingImpl.qll @@ -154,7 +154,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. */ predicate isAdditionalTaintStep(DataFlow::Node node1, DataFlow::Node node2) { none() } @@ -164,7 +164,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalTaintStep( diff --git a/cpp/ql/lib/semmle/code/cpp/dataflow/internal/tainttracking2/TaintTrackingImpl.qll b/cpp/ql/lib/semmle/code/cpp/dataflow/internal/tainttracking2/TaintTrackingImpl.qll index 8ef73014237..55f4db649f6 100644 --- a/cpp/ql/lib/semmle/code/cpp/dataflow/internal/tainttracking2/TaintTrackingImpl.qll +++ b/cpp/ql/lib/semmle/code/cpp/dataflow/internal/tainttracking2/TaintTrackingImpl.qll @@ -154,7 +154,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. */ predicate isAdditionalTaintStep(DataFlow::Node node1, DataFlow::Node node2) { none() } @@ -164,7 +164,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalTaintStep( diff --git a/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl.qll b/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl.qll index 8ad1036834c..9800e02ccf1 100644 --- a/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl.qll +++ b/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl2.qll b/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl2.qll index 8ad1036834c..9800e02ccf1 100644 --- a/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl2.qll +++ b/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl2.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl3.qll b/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl3.qll index 8ad1036834c..9800e02ccf1 100644 --- a/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl3.qll +++ b/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl3.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl4.qll b/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl4.qll index 8ad1036834c..9800e02ccf1 100644 --- a/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl4.qll +++ b/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl4.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/tainttracking1/TaintTrackingImpl.qll b/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/tainttracking1/TaintTrackingImpl.qll index 8ef73014237..55f4db649f6 100644 --- a/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/tainttracking1/TaintTrackingImpl.qll +++ b/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/tainttracking1/TaintTrackingImpl.qll @@ -154,7 +154,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. */ predicate isAdditionalTaintStep(DataFlow::Node node1, DataFlow::Node node2) { none() } @@ -164,7 +164,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalTaintStep( diff --git a/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/tainttracking2/TaintTrackingImpl.qll b/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/tainttracking2/TaintTrackingImpl.qll index 8ef73014237..55f4db649f6 100644 --- a/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/tainttracking2/TaintTrackingImpl.qll +++ b/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/tainttracking2/TaintTrackingImpl.qll @@ -154,7 +154,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. */ predicate isAdditionalTaintStep(DataFlow::Node node1, DataFlow::Node node2) { none() } @@ -164,7 +164,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalTaintStep( diff --git a/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/tainttracking3/TaintTrackingImpl.qll b/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/tainttracking3/TaintTrackingImpl.qll index 8ef73014237..55f4db649f6 100644 --- a/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/tainttracking3/TaintTrackingImpl.qll +++ b/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/tainttracking3/TaintTrackingImpl.qll @@ -154,7 +154,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. */ predicate isAdditionalTaintStep(DataFlow::Node node1, DataFlow::Node node2) { none() } @@ -164,7 +164,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalTaintStep( diff --git a/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl.qll b/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl.qll index 8ad1036834c..9800e02ccf1 100644 --- a/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl.qll +++ b/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl2.qll b/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl2.qll index 8ad1036834c..9800e02ccf1 100644 --- a/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl2.qll +++ b/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl2.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl3.qll b/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl3.qll index 8ad1036834c..9800e02ccf1 100644 --- a/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl3.qll +++ b/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl3.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl4.qll b/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl4.qll index 8ad1036834c..9800e02ccf1 100644 --- a/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl4.qll +++ b/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl4.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl5.qll b/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl5.qll index 8ad1036834c..9800e02ccf1 100644 --- a/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl5.qll +++ b/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl5.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/csharp/ql/lib/semmle/code/csharp/dataflow/internal/tainttracking1/TaintTrackingImpl.qll b/csharp/ql/lib/semmle/code/csharp/dataflow/internal/tainttracking1/TaintTrackingImpl.qll index 8ef73014237..55f4db649f6 100644 --- a/csharp/ql/lib/semmle/code/csharp/dataflow/internal/tainttracking1/TaintTrackingImpl.qll +++ b/csharp/ql/lib/semmle/code/csharp/dataflow/internal/tainttracking1/TaintTrackingImpl.qll @@ -154,7 +154,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. */ predicate isAdditionalTaintStep(DataFlow::Node node1, DataFlow::Node node2) { none() } @@ -164,7 +164,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalTaintStep( diff --git a/csharp/ql/lib/semmle/code/csharp/dataflow/internal/tainttracking2/TaintTrackingImpl.qll b/csharp/ql/lib/semmle/code/csharp/dataflow/internal/tainttracking2/TaintTrackingImpl.qll index 8ef73014237..55f4db649f6 100644 --- a/csharp/ql/lib/semmle/code/csharp/dataflow/internal/tainttracking2/TaintTrackingImpl.qll +++ b/csharp/ql/lib/semmle/code/csharp/dataflow/internal/tainttracking2/TaintTrackingImpl.qll @@ -154,7 +154,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. */ predicate isAdditionalTaintStep(DataFlow::Node node1, DataFlow::Node node2) { none() } @@ -164,7 +164,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalTaintStep( diff --git a/csharp/ql/lib/semmle/code/csharp/dataflow/internal/tainttracking3/TaintTrackingImpl.qll b/csharp/ql/lib/semmle/code/csharp/dataflow/internal/tainttracking3/TaintTrackingImpl.qll index 8ef73014237..55f4db649f6 100644 --- a/csharp/ql/lib/semmle/code/csharp/dataflow/internal/tainttracking3/TaintTrackingImpl.qll +++ b/csharp/ql/lib/semmle/code/csharp/dataflow/internal/tainttracking3/TaintTrackingImpl.qll @@ -154,7 +154,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. */ predicate isAdditionalTaintStep(DataFlow::Node node1, DataFlow::Node node2) { none() } @@ -164,7 +164,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalTaintStep( diff --git a/csharp/ql/lib/semmle/code/csharp/dataflow/internal/tainttracking4/TaintTrackingImpl.qll b/csharp/ql/lib/semmle/code/csharp/dataflow/internal/tainttracking4/TaintTrackingImpl.qll index 8ef73014237..55f4db649f6 100644 --- a/csharp/ql/lib/semmle/code/csharp/dataflow/internal/tainttracking4/TaintTrackingImpl.qll +++ b/csharp/ql/lib/semmle/code/csharp/dataflow/internal/tainttracking4/TaintTrackingImpl.qll @@ -154,7 +154,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. */ predicate isAdditionalTaintStep(DataFlow::Node node1, DataFlow::Node node2) { none() } @@ -164,7 +164,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalTaintStep( diff --git a/csharp/ql/lib/semmle/code/csharp/dataflow/internal/tainttracking5/TaintTrackingImpl.qll b/csharp/ql/lib/semmle/code/csharp/dataflow/internal/tainttracking5/TaintTrackingImpl.qll index 8ef73014237..55f4db649f6 100644 --- a/csharp/ql/lib/semmle/code/csharp/dataflow/internal/tainttracking5/TaintTrackingImpl.qll +++ b/csharp/ql/lib/semmle/code/csharp/dataflow/internal/tainttracking5/TaintTrackingImpl.qll @@ -154,7 +154,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. */ predicate isAdditionalTaintStep(DataFlow::Node node1, DataFlow::Node node2) { none() } @@ -164,7 +164,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalTaintStep( diff --git a/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl.qll b/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl.qll index 8ad1036834c..9800e02ccf1 100644 --- a/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl.qll +++ b/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl2.qll b/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl2.qll index 8ad1036834c..9800e02ccf1 100644 --- a/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl2.qll +++ b/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl2.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl3.qll b/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl3.qll index 8ad1036834c..9800e02ccf1 100644 --- a/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl3.qll +++ b/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl3.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl4.qll b/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl4.qll index 8ad1036834c..9800e02ccf1 100644 --- a/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl4.qll +++ b/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl4.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl5.qll b/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl5.qll index 8ad1036834c..9800e02ccf1 100644 --- a/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl5.qll +++ b/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl5.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl6.qll b/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl6.qll index 8ad1036834c..9800e02ccf1 100644 --- a/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl6.qll +++ b/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl6.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImplForOnActivityResult.qll b/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImplForOnActivityResult.qll index 8ad1036834c..9800e02ccf1 100644 --- a/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImplForOnActivityResult.qll +++ b/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImplForOnActivityResult.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImplForSerializability.qll b/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImplForSerializability.qll index 8ad1036834c..9800e02ccf1 100644 --- a/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImplForSerializability.qll +++ b/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImplForSerializability.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/java/ql/lib/semmle/code/java/dataflow/internal/tainttracking1/TaintTrackingImpl.qll b/java/ql/lib/semmle/code/java/dataflow/internal/tainttracking1/TaintTrackingImpl.qll index 8ef73014237..55f4db649f6 100644 --- a/java/ql/lib/semmle/code/java/dataflow/internal/tainttracking1/TaintTrackingImpl.qll +++ b/java/ql/lib/semmle/code/java/dataflow/internal/tainttracking1/TaintTrackingImpl.qll @@ -154,7 +154,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. */ predicate isAdditionalTaintStep(DataFlow::Node node1, DataFlow::Node node2) { none() } @@ -164,7 +164,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalTaintStep( diff --git a/java/ql/lib/semmle/code/java/dataflow/internal/tainttracking2/TaintTrackingImpl.qll b/java/ql/lib/semmle/code/java/dataflow/internal/tainttracking2/TaintTrackingImpl.qll index 8ef73014237..55f4db649f6 100644 --- a/java/ql/lib/semmle/code/java/dataflow/internal/tainttracking2/TaintTrackingImpl.qll +++ b/java/ql/lib/semmle/code/java/dataflow/internal/tainttracking2/TaintTrackingImpl.qll @@ -154,7 +154,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. */ predicate isAdditionalTaintStep(DataFlow::Node node1, DataFlow::Node node2) { none() } @@ -164,7 +164,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalTaintStep( diff --git a/python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl.qll b/python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl.qll index 8ad1036834c..9800e02ccf1 100644 --- a/python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl.qll +++ b/python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl2.qll b/python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl2.qll index 8ad1036834c..9800e02ccf1 100644 --- a/python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl2.qll +++ b/python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl2.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl3.qll b/python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl3.qll index 8ad1036834c..9800e02ccf1 100644 --- a/python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl3.qll +++ b/python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl3.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl4.qll b/python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl4.qll index 8ad1036834c..9800e02ccf1 100644 --- a/python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl4.qll +++ b/python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl4.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/python/ql/lib/semmle/python/dataflow/new/internal/tainttracking1/TaintTrackingImpl.qll b/python/ql/lib/semmle/python/dataflow/new/internal/tainttracking1/TaintTrackingImpl.qll index 8ef73014237..55f4db649f6 100644 --- a/python/ql/lib/semmle/python/dataflow/new/internal/tainttracking1/TaintTrackingImpl.qll +++ b/python/ql/lib/semmle/python/dataflow/new/internal/tainttracking1/TaintTrackingImpl.qll @@ -154,7 +154,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. */ predicate isAdditionalTaintStep(DataFlow::Node node1, DataFlow::Node node2) { none() } @@ -164,7 +164,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalTaintStep( diff --git a/python/ql/lib/semmle/python/dataflow/new/internal/tainttracking2/TaintTrackingImpl.qll b/python/ql/lib/semmle/python/dataflow/new/internal/tainttracking2/TaintTrackingImpl.qll index 8ef73014237..55f4db649f6 100644 --- a/python/ql/lib/semmle/python/dataflow/new/internal/tainttracking2/TaintTrackingImpl.qll +++ b/python/ql/lib/semmle/python/dataflow/new/internal/tainttracking2/TaintTrackingImpl.qll @@ -154,7 +154,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. */ predicate isAdditionalTaintStep(DataFlow::Node node1, DataFlow::Node node2) { none() } @@ -164,7 +164,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalTaintStep( diff --git a/python/ql/lib/semmle/python/dataflow/new/internal/tainttracking3/TaintTrackingImpl.qll b/python/ql/lib/semmle/python/dataflow/new/internal/tainttracking3/TaintTrackingImpl.qll index 8ef73014237..55f4db649f6 100644 --- a/python/ql/lib/semmle/python/dataflow/new/internal/tainttracking3/TaintTrackingImpl.qll +++ b/python/ql/lib/semmle/python/dataflow/new/internal/tainttracking3/TaintTrackingImpl.qll @@ -154,7 +154,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. */ predicate isAdditionalTaintStep(DataFlow::Node node1, DataFlow::Node node2) { none() } @@ -164,7 +164,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalTaintStep( diff --git a/python/ql/lib/semmle/python/dataflow/new/internal/tainttracking4/TaintTrackingImpl.qll b/python/ql/lib/semmle/python/dataflow/new/internal/tainttracking4/TaintTrackingImpl.qll index 8ef73014237..55f4db649f6 100644 --- a/python/ql/lib/semmle/python/dataflow/new/internal/tainttracking4/TaintTrackingImpl.qll +++ b/python/ql/lib/semmle/python/dataflow/new/internal/tainttracking4/TaintTrackingImpl.qll @@ -154,7 +154,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. */ predicate isAdditionalTaintStep(DataFlow::Node node1, DataFlow::Node node2) { none() } @@ -164,7 +164,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalTaintStep( diff --git a/ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl.qll b/ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl.qll index 8ad1036834c..9800e02ccf1 100644 --- a/ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl.qll +++ b/ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl2.qll b/ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl2.qll index 8ad1036834c..9800e02ccf1 100644 --- a/ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl2.qll +++ b/ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl2.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImplForLibraries.qll b/ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImplForLibraries.qll index 8ad1036834c..9800e02ccf1 100644 --- a/ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImplForLibraries.qll +++ b/ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImplForLibraries.qll @@ -112,12 +112,12 @@ abstract class Configuration extends string { predicate isBarrierGuard(BarrierGuard guard, FlowState state) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. */ predicate isAdditionalFlowStep(Node node1, Node node2) { none() } /** - * Holds if data may flow from `node1` to `node2` in addition to the normal dataflow steps. + * Holds if data may flow from `node1` to `node2` in addition to the normal data-flow steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { diff --git a/ruby/ql/lib/codeql/ruby/dataflow/internal/tainttracking1/TaintTrackingImpl.qll b/ruby/ql/lib/codeql/ruby/dataflow/internal/tainttracking1/TaintTrackingImpl.qll index 8ef73014237..55f4db649f6 100644 --- a/ruby/ql/lib/codeql/ruby/dataflow/internal/tainttracking1/TaintTrackingImpl.qll +++ b/ruby/ql/lib/codeql/ruby/dataflow/internal/tainttracking1/TaintTrackingImpl.qll @@ -154,7 +154,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. */ predicate isAdditionalTaintStep(DataFlow::Node node1, DataFlow::Node node2) { none() } @@ -164,7 +164,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalTaintStep( diff --git a/ruby/ql/lib/codeql/ruby/dataflow/internal/tainttrackingforlibraries/TaintTrackingImpl.qll b/ruby/ql/lib/codeql/ruby/dataflow/internal/tainttrackingforlibraries/TaintTrackingImpl.qll index 8ef73014237..55f4db649f6 100644 --- a/ruby/ql/lib/codeql/ruby/dataflow/internal/tainttrackingforlibraries/TaintTrackingImpl.qll +++ b/ruby/ql/lib/codeql/ruby/dataflow/internal/tainttrackingforlibraries/TaintTrackingImpl.qll @@ -154,7 +154,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. */ predicate isAdditionalTaintStep(DataFlow::Node node1, DataFlow::Node node2) { none() } @@ -164,7 +164,7 @@ abstract class Configuration extends DataFlow::Configuration { } /** - * Holds if taint may propagate from `node1` to `node2` in addition to the normal dataflow and taint steps. + * Holds if taint may propagate from `node1` to `node2` in addition to the normal data-flow and taint steps. * This step is only applicable in `state1` and updates the flow state to `state2`. */ predicate isAdditionalTaintStep(