File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/ql/lib/semmle/python/frameworks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4219,7 +4219,7 @@ module StdlibPrivate {
42194219
42204220 override predicate propagatesFlow ( string input , string output , boolean preservesValue ) {
42214221 exists ( DataFlow:: DictionaryElementContent dc , string key | key = dc .getKey ( ) |
4222- input = "Argument[0].DictionaryElement[" + key + "]" and
4222+ input = "Argument[0.. ].DictionaryElement[" + key + "]" and
42234223 output = "ReturnValue.DictionaryElement[" + key + "]" and
42244224 preservesValue = true
42254225 )
@@ -4230,7 +4230,7 @@ module StdlibPrivate {
42304230 preservesValue = true
42314231 )
42324232 or
4233- input = "Argument[0]" and
4233+ input = "Argument[0.. ]" and
42344234 output = "ReturnValue" and
42354235 preservesValue = false
42364236 }
You can’t perform that action at this time.
0 commit comments