pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/doc



Module Name:    pkgsrc
Committed By:   kim
Date:           Tue Jun 10 19:43:02 UTC 2025

Modified Files:
        pkgsrc/doc: pkg-vulnerabilities

Log Message:
CVE-2025-4516: Add python313 fix version info

Release notes: https://docs.python.org/release/3.13.4/whatsnew/changelog.html#python-3-13-4

gh-133767: Fix use-after-free in the “unicode-escape” decoder with a non-“strict” error handler.


To generate a diff of this commit:
cvs rdiff -u -r1.415 -r1.416 pkgsrc/doc/pkg-vulnerabilities

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/pkg-vulnerabilities
diff -u pkgsrc/doc/pkg-vulnerabilities:1.415 pkgsrc/doc/pkg-vulnerabilities:1.416
--- pkgsrc/doc/pkg-vulnerabilities:1.415        Tue Jun 10 19:28:41 2025
+++ pkgsrc/doc/pkg-vulnerabilities      Tue Jun 10 19:43:02 2025
@@ -1,4 +1,4 @@
-# $NetBSD: pkg-vulnerabilities,v 1.415 2025/06/10 19:28:41 kim Exp $
+# $NetBSD: pkg-vulnerabilities,v 1.416 2025/06/10 19:43:02 kim Exp $
 #
 #FORMAT 1.0.0
 #
@@ -26194,7 +26194,7 @@ chromium<136.0.7103.113 remote-code-exec
 python310-[0-9]*       use-after-free  https://nvd.nist.gov/vuln/detail/CVE-2025-4516
 python311-[0-9]*       use-after-free  https://nvd.nist.gov/vuln/detail/CVE-2025-4516
 python312<3.12.11      use-after-free  https://nvd.nist.gov/vuln/detail/CVE-2025-4516
-python313-[0-9]*       use-after-free  https://nvd.nist.gov/vuln/detail/CVE-2025-4516
+python313<3.13.4       use-after-free  https://nvd.nist.gov/vuln/detail/CVE-2025-4516
 ruby30-*       eol     https://www.ruby-lang.org/en/downloads/branches/
 ruby31-*       eol     https://www.ruby-lang.org/en/downloads/branches/
 perl<5.40.2nb1 race-condition  https://nvd.nist.gov/vuln/detail/CVE-2025-40909



Home | Main Index | Thread Index | Old Index