mirror of
https://github.com/github/codeql.git
synced 2025-12-22 19:56:32 +01: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