mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
Python: use updated API
This commit is contained in:
@@ -65,7 +65,7 @@ private module LibraryCallbackSummaries {
|
||||
|
||||
final override ArgumentNode getACallback() { none() }
|
||||
|
||||
override predicate propagatesFlowExt(string input, string output, boolean preservesValue) {
|
||||
override predicate propagatesFlow(string input, string output, boolean preservesValue) {
|
||||
exists(int i |
|
||||
i in [0 .. 10] and
|
||||
input = "Argument[" + i + "]" and
|
||||
|
||||
Reference in New Issue
Block a user