File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
lib/semmle/python/dataflow/new/internal
test/experimental/dataflow/summaries Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,6 @@ module PythonDataFlow implements InputSig {
2222 predicate neverSkipInPathGraph = Private:: neverSkipInPathGraph / 1 ;
2323
2424 Node exprNode ( DataFlowExpr e ) { result = Public:: exprNode ( e ) }
25+
26+ predicate ignoreFieldFlowBranchLimit ( DataFlowCallable c ) { exists ( c .asLibraryCallable ( ) ) }
2527}
Original file line number Diff line number Diff line change 77# can be concluded from its definition. This seems to discard all summaries, including
88# the one with flow to `ReturnValue.Attribute[pattern]`.
99ensure_tainted (
10- with_subpath (ts ).pattern , # $ MISSING: tainted
10+ with_subpath (ts ).pattern , # $ tainted
1111 with_subpath (ts ), # $ tainted
1212 with_subpath (ts ), # $ tainted
1313)
You can’t perform that action at this time.
0 commit comments