Update python/ql/lib/semmle/python/frameworks/Stdlib.qll

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
yoff
2024-10-04 14:01:18 +02:00
committed by GitHub
parent 5c68bad2f1
commit c064a9e092

View File

@@ -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
}