mirror of
https://github.com/github/codeql.git
synced 2026-04-22 23:35:14 +02:00
C/C++: Don't force-include default steps in DefaultTaintTrackingImpl.
This commit is contained in:
@@ -448,6 +448,8 @@ module TaintedWithPath {
|
||||
}
|
||||
|
||||
predicate isBarrierIn(DataFlow::Node node) { nodeIsBarrierIn(node) }
|
||||
|
||||
predicate neverSkip(Node node) { none() }
|
||||
}
|
||||
|
||||
private module AdjustedFlow = TaintTracking::Global<AdjustedConfig>;
|
||||
|
||||
Reference in New Issue
Block a user