mirror of
https://github.com/github/codeql.git
synced 2026-02-19 00:13:44 +01:00
Merge pull request #15936 from yoff/python/test-conflicting-summaries
Python: No `fieldFlowBranchLimit` for `SummarizedCallable`s
This commit is contained in:
@@ -22,4 +22,6 @@ module PythonDataFlow implements InputSig<Python::Location> {
|
||||
predicate neverSkipInPathGraph = Private::neverSkipInPathGraph/1;
|
||||
|
||||
Node exprNode(DataFlowExpr e) { result = Public::exprNode(e) }
|
||||
|
||||
predicate ignoreFieldFlowBranchLimit(DataFlowCallable c) { exists(c.asLibraryCallable()) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user