mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
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:
parent
b37c76fa7f
commit
6bbeeb629e
@ -28,6 +28,9 @@ buildPythonPackage rec {
|
|||||||
# The patches were not backported due to Django 1.8 having reached EOL
|
# 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/2018/aug/01/security-releases/
|
||||||
https://www.djangoproject.com/weblog/2019/jan/04/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/
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user