We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee11ae commit 416ba6aCopy full SHA for 416ba6a
python/ql/lib/semmle/python/dataflow/new/FlowSummary.qll
@@ -65,7 +65,7 @@ private module LibraryCallbackSummaries {
65
66
final override ArgumentNode getACallback() { none() }
67
68
- override predicate propagatesFlowExt(string input, string output, boolean preservesValue) {
+ override predicate propagatesFlow(string input, string output, boolean preservesValue) {
69
exists(int i |
70
i in [0 .. 10] and
71
input = "Argument[" + i + "]" and
0 commit comments