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 62509a1 commit 3158906Copy full SHA for 3158906
python/ql/lib/semmle/python/frameworks/Stdlib.qll
@@ -4219,7 +4219,7 @@ module StdlibPrivate {
4219
4220
override predicate propagatesFlow(string input, string output, boolean preservesValue) {
4221
exists(DataFlow::DictionaryElementContent dc, string key | key = dc.getKey() |
4222
- input = "Argument[0..].DictionaryElement[" + key + "]" and
+ input = "Argument[0].DictionaryElement[" + key + "]" and
4223
output = "ReturnValue.DictionaryElement[" + key + "]" and
4224
preservesValue = true
4225
)
0 commit comments