diff --git a/pkgs/development/python-modules/django/3.nix b/pkgs/development/python-modules/django/3.nix index af4f123ee01e..decfbfd6f096 100644 --- a/pkgs/development/python-modules/django/3.nix +++ b/pkgs/development/python-modules/django/3.nix @@ -54,5 +54,8 @@ buildPythonPackage rec { homepage = "https://www.djangoproject.com/"; license = licenses.bsd3; maintainers = with maintainers; [ georgewhewell ]; + knownVulnerabilities = [ + "Support for Django 3.2 ended on 2024-04-01, see https://www.djangoproject.com/download/#supported-versions." + ]; }; }