From ed8f88eaa6452ff759f9b9de71331cff57dc1f6f Mon Sep 17 00:00:00 2001 From: NAITOH Jun Date: Sat, 3 May 2025 07:08:06 +0900 Subject: [PATCH] NEWS.md : Fix the comment of the PR in CVE-2024-35176. --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 51a45cab..7f95d829 100644 --- a/NEWS.md +++ b/NEWS.md @@ -386,7 +386,7 @@ * Patch by NAITOH Jun. - * Improved parse performance when an attribute has many `<`s. + * Improved parse performance when an attribute has many `>`s. * GH-126