This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 7732ac942 Reject hex letters in NumericEntityUnescaper decimal scan 
(#1739).
7732ac942 is described below

commit 7732ac9424c1d4dc8a6f24b2f1f600f99fb8f537
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 3 19:00:59 2026 +0000

    Reject hex letters in NumericEntityUnescaper decimal scan (#1739).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8696e5e9e..bcc379b5a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -218,6 +218,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix Strings.CI.indexOf() returning out-of-range index for empty search 
(#1737).</action>
     <action issue="LANG-1827" type="fix" dev="ggregory" due-to="Sarankumar 
Baskar, Gary Gregory">Support escaped single quotes ('') in DurationFormatUtils 
format patterns (#1700).</action>
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Keep DurationFormatUtils.lexx() from merging repeated fields split by 
a literal (#1738).</action>
+    <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Reject hex letters in NumericEntityUnescaper decimal scan 
(#1739).</action>
     <!-- ADD -->
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add JavaVersion.JAVA_27.</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add SystemUtils.IS_JAVA_27.</action>

Reply via email to