mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +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
|
or
|
||||||
// Imprecise content in any argument ends up on the container itself.
|
// Imprecise content in any argument ends up on the container itself.
|
||||||
input = "Argument[0..]" and
|
input = "Argument[0]" and
|
||||||
output = "ReturnValue" and
|
output = "ReturnValue" and
|
||||||
preservesValue = false
|
preservesValue = false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user