guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 7b810e089137054ae200d70d8ed4c8001a8a23af
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Mon Feb 9 22:06:32 2026 +0100

    gnu: python-django: Hide fixed CVE-2023-31047.
    
    * gnu/packages/django.scm (python-django): Hide fixed CVE-2023-31047.
    
    Change-Id: I613806daa38b236694520eac032179893d1ab381
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/django.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index eb6d51b3e1..aa98621ede 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -294,8 +294,11 @@ any Web site.  Django focuses on automating as much as 
possible and adhering
 to the @dfn{don't repeat yourself} (DRY) principle.")
     (license license:bsd-3)
     (properties `((cpe-name . "django")
-                  ;; This CVE seems fixed since 5.2.1.
-                  (lint-hidden-cve . ("CVE-2025-32873"))))))
+                  (lint-hidden-cve
+                   ;; This CVE seems fixed since 5.2.1.
+                   . ("CVE-2025-32873"
+                      ;; This CVE is fixed in 4.1.9.
+                      "CVE-2023-31047"))))))
 
 (define-public python-django-4
   (package

Reply via email to