File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
python/ql/lib/semmle/python/frameworks Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -4334,11 +4334,6 @@ private module StdlibPrivate {
4334
4334
}
4335
4335
4336
4336
override predicate propagatesFlowExt ( string input , string output , boolean preservesValue ) {
4337
- // existing elements
4338
- input = "Argument[self].ListElement" and
4339
- output = "ReturnValue.ListElement" and
4340
- preservesValue = true
4341
- or
4342
4337
// newly added element added to this
4343
4338
input = "Argument[0]" and
4344
4339
output = "Argument[self].ListElement" and
@@ -4366,11 +4361,6 @@ private module StdlibPrivate {
4366
4361
}
4367
4362
4368
4363
override predicate propagatesFlowExt ( string input , string output , boolean preservesValue ) {
4369
- // existing elements
4370
- input = "Argument[self].SetElement" and
4371
- output = "ReturnValue.SetElement" and
4372
- preservesValue = true
4373
- or
4374
4364
// newly added element added to this
4375
4365
input = "Argument[0]" and
4376
4366
output = "Argument[self].SetElement" and
You can’t perform that action at this time.
0 commit comments