diff --git a/meta-python/recipes-devtools/python/python3-django/CVE-2024-41991.patch b/meta-python/recipes-devtools/python/python3-django/CVE-2024-41991.patch index c050a4ad38..057d89ec18 100644 --- a/meta-python/recipes-devtools/python/python3-django/CVE-2024-41991.patch +++ b/meta-python/recipes-devtools/python/python3-django/CVE-2024-41991.patch @@ -95,15 +95,15 @@ index 5abab8d..1956655 100644 ), ('foo@example.com', 'foo@example.com'), ) -+ ( -+ "test@" + "한.글." * 15 + "aaa", -+ '' -+ + "test@" -+ + "한.글." * 15 -+ + "aaa", -+ ), ++ ( ++ "test@" + "한.글." * 15 + "aaa", ++ '' ++ + "test@" ++ + "한.글." * 15 ++ + "aaa", ++ ), for value, output in tests: with self.subTest(value=value): self.assertEqual(urlize(value), output)