mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
Dataflow: Use default fieldFlowBranchLimit in qltests.
This commit is contained in:
@@ -18,8 +18,6 @@ module ValueFlowConfig implements DataFlow::ConfigSig {
|
||||
predicate isSink(DataFlow::Node n) {
|
||||
exists(MethodCall ma | ma.getMethod().hasName("sink") | n.asExpr() = ma.getAnArgument())
|
||||
}
|
||||
|
||||
int fieldFlowBranchLimit() { result = 100 }
|
||||
}
|
||||
|
||||
module ValueFlow = DataFlow::Global<ValueFlowConfig>;
|
||||
|
||||
Reference in New Issue
Block a user