Merge pull request #15936 from yoff/python/test-conflicting-summaries

Python: No `fieldFlowBranchLimit` for `SummarizedCallable`s
This commit is contained in:
yoff
2024-03-19 16:56:56 +01:00
committed by GitHub
7 changed files with 138 additions and 0 deletions

View File

@@ -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()) }
}