From 5465cd240fd9ff9846bc6a701bae5ffd9d8ebc51c7e4bd2d63b800903a211351 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 25 Jun 2024 22:06:54 +0000 Subject: [PATCH] - gh-113171 (bsc#1226448, CVE-2024-4032): Fixed various false positives and false negatives in OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python312?expand=0&rev=49 --- python312.changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python312.changes b/python312.changes index 523902f..04408c0 100644 --- a/python312.changes +++ b/python312.changes @@ -163,8 +163,8 @@ Fri Jun 7 10:44:55 UTC 2024 - Matej Cepl control characters '\v', '\f', '\x1c', '\x1d' and '\x1e' and Unicode line separators '\x85', '\u2028' and '\u2029' as is. - - gh-113171: Fixed various false positives and false - negatives in + - gh-113171 (bsc#1226448, CVE-2024-4032): Fixed various false + positives and false negatives in ipaddress.IPv4Address.is_private (see these docs for details) ipaddress.IPv4Address.is_global ipaddress.IPv6Address.is_private