Skip to content

Commit d944fa4

Browse files
authored
NEWS.md : Fix the mentioned of the PR in CVE-2024-35176. (#253)
I think the mentioned of CVE-2024-35176 in NEWS.md is incorrect. ``` - Improved parse performance when an attribute has many <s. - GH-126 ``` #126 looks like fixes the issue with attribute value that contains multiple '>' characters.
1 parent 5d2606a commit d944fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@
386386

387387
* Patch by NAITOH Jun.
388388

389-
* Improved parse performance when an attribute has many `<`s.
389+
* Improved parse performance when an attribute has many `>`s.
390390

391391
* GH-126
392392

0 commit comments

Comments
 (0)