python3Packages.django_1_8: add more known vulns

I'm just assuming that these affect 1.8, since they affect every later
version.
This commit is contained in:
Alyssa Ross 2019-07-04 00:05:22 +00:00
parent b37c76fa7f
commit 6bbeeb629e
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -28,6 +28,9 @@ buildPythonPackage rec {
# The patches were not backported due to Django 1.8 having reached EOL
https://www.djangoproject.com/weblog/2018/aug/01/security-releases/
https://www.djangoproject.com/weblog/2019/jan/04/security-releases/
https://www.djangoproject.com/weblog/2019/feb/11/security-releases/
https://www.djangoproject.com/weblog/2019/jun/03/security-releases/
https://www.djangoproject.com/weblog/2019/jul/01/security-releases/
];
};