Skip to content

Commit 416ba6a

Browse files
committed
Python: use updated API
1 parent 1ee11ae commit 416ba6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/dataflow/new/FlowSummary.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ private module LibraryCallbackSummaries {
6565

6666
final override ArgumentNode getACallback() { none() }
6767

68-
override predicate propagatesFlowExt(string input, string output, boolean preservesValue) {
68+
override predicate propagatesFlow(string input, string output, boolean preservesValue) {
6969
exists(int i |
7070
i in [0 .. 10] and
7171
input = "Argument[" + i + "]" and

0 commit comments

Comments
 (0)