This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git
The following commit(s) were added to refs/heads/master by this push:
new ad1b4234 Enable secure processing for the XML parser in
XmlStringLookup #729
ad1b4234 is described below
commit ad1b4234f7e7be1d093cc2eb6e2fb9ddd22b472e
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 3 06:11:02 2025 -0500
Enable secure processing for the XML parser in XmlStringLookup #729
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d0ab0b7d..21f15a2f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,6 +53,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT
plugin console warnings.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix site XML to
use version 2.0.0 XML schema.</action>
<action type="fix" dev="ggregory" due-to="Michael Hausegger">Removed
unreachable threshold verification code in
src/main/java/org/apache/commons/text/similarity #730.</action>
+ <action type="fix" dev="ggregory" due-to="김민재, Gary Gregory">Enable secure
processing for the XML parser in XmlStringLookup #729.</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Piotr P. Karwasz, Gary
Gregory">Add experimental CycloneDX VEX file #683.</action>
<action type="add" dev="ggregory" due-to="LorgeN, Gary Gregory"
issue="TEXT-235">Add Damerau-Levenshtein distance #687.</action>