]> git.ipfire.org Git - thirdparty/jinja.git/commit
sandbox disallows `clear` and `pop` on mutable sequence 2033/head
authorDylan Scott <dscott@hex.tech>
Fri, 4 Oct 2024 20:17:07 +0000 (13:17 -0700)
committerDavid Lord <davidism@gmail.com>
Thu, 19 Dec 2024 16:33:38 +0000 (08:33 -0800)
commitb5120582706b9e997cfd3277b02a32fd35b1c9d4
tree4a3bf82c3778bdb33b940ad83334ada5bd81aeb5
parent1dc04bccf9384cced4262d7ca7157638b0ebd970
sandbox disallows `clear` and `pop` on mutable sequence
CHANGES.rst
src/jinja2/sandbox.py
tests/test_security.py