Skip to content

Commit 775f3ea

Browse files
committed
python: make copy a dataflow step
1 parent 2b7fc94 commit 775f3ea

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
@@ -3973,7 +3973,7 @@ private module StdlibPrivate {
39733973
or
39743974
input = "Argument[self]" and
39753975
output = "ReturnValue" and
3976-
preservesValue = false
3976+
preservesValue = true
39773977
}
39783978
}
39793979

0 commit comments

Comments
 (0)