Skip to content

Commit 941aa7a

Browse files
committed
C/C++: Don't force-include default steps in DefaultTaintTrackingImpl.
1 parent 95d1704 commit 941aa7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DefaultTaintTrackingImpl.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,8 @@ module TaintedWithPath {
448448
}
449449

450450
predicate isBarrierIn(DataFlow::Node node) { nodeIsBarrierIn(node) }
451+
452+
predicate neverSkip(Node node) { none() }
451453
}
452454

453455
private module AdjustedFlow = TaintTracking::Global<AdjustedConfig>;

0 commit comments

Comments
 (0)