Skip to content

Commit c064a9e

Browse files
yoffRasmusWL
andauthored
Update python/ql/lib/semmle/python/frameworks/Stdlib.qll
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
1 parent 5c68bad commit c064a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4239,7 +4239,7 @@ module StdlibPrivate {
42394239
)
42404240
or
42414241
// Imprecise content in any argument ends up on the container itself.
4242-
input = "Argument[0..]" and
4242+
input = "Argument[0]" and
42434243
output = "ReturnValue" and
42444244
preservesValue = false
42454245
}

0 commit comments

Comments
 (0)