python: No fieldFlowBranchLimit for SummarizedCallables

Like https://github.com/github/codeql/pull/15689 for Ruby.
This commit is contained in:
Rasmus Lerchedahl Petersen
2024-03-18 10:29:36 +01:00
parent 45c65b48aa
commit 2a0c451d2d
2 changed files with 3 additions and 1 deletions

View File

@@ -22,4 +22,6 @@ module PythonDataFlow implements InputSig {
predicate neverSkipInPathGraph = Private::neverSkipInPathGraph/1;
Node exprNode(DataFlowExpr e) { result = Public::exprNode(e) }
predicate ignoreFieldFlowBranchLimit(DataFlowCallable c) { exists(c.asLibraryCallable()) }
}