This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-03-13 10:50:55 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
expressions
History
Simon Charette
e2583fbc2e
[5.1.x] Fixed CVE-2024-42005 -- Mitigated QuerySet.values() SQL injection attacks against JSON fields.
...
Thanks Eyal (eyalgabay) for the report.
2024-08-06 08:51:22 +02:00
..
__init__.py
…
models.py
[5.1.x] Fixed CVE-2024-42005 -- Mitigated QuerySet.values() SQL injection attacks against JSON fields.
2024-08-06 08:51:22 +02:00
test_queryset_values.py
[5.1.x] Fixed CVE-2024-42005 -- Mitigated QuerySet.values() SQL injection attacks against JSON fields.
2024-08-06 08:51:22 +02:00
tests.py
[5.1.x]
Fixed
#35603
-- Prevented F.__contains__() from hanging.
2024-07-18 08:41:55 +02:00