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 {
4219
4219
4220
4220
override predicate propagatesFlow ( string input , string output , boolean preservesValue ) {
4221
4221
exists ( DataFlow:: DictionaryElementContent dc , string key | key = dc .getKey ( ) |
4222
- input = "Argument[0].DictionaryElement[" + key + "]" and
4222
+ input = "Argument[0.. ].DictionaryElement[" + key + "]" and
4223
4223
output = "ReturnValue.DictionaryElement[" + key + "]" and
4224
4224
preservesValue = true
4225
4225
)
@@ -4230,7 +4230,7 @@ module StdlibPrivate {
4230
4230
preservesValue = true
4231
4231
)
4232
4232
or
4233
- input = "Argument[0]" and
4233
+ input = "Argument[0.. ]" and
4234
4234
output = "ReturnValue" and
4235
4235
preservesValue = false
4236
4236
}
You can’t perform that action at this time.
0 commit comments