mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
Update python/ql/lib/semmle/python/frameworks/Stdlib.qll
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
@@ -4239,7 +4239,7 @@ module StdlibPrivate {
|
||||
)
|
||||
or
|
||||
// Imprecise content in any argument ends up on the container itself.
|
||||
input = "Argument[0..]" and
|
||||
input = "Argument[0]" and
|
||||
output = "ReturnValue" and
|
||||
preservesValue = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user