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

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

commit c44e49cdabacd75b82b822d85e4174265bfd7a89
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Aug 28 17:40:05 2026 -0400

    Javadoc: Use "secure" terminology.
---
 src/changes/changes.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9e2f291..8a746f8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,12 +45,12 @@ The <action> type attribute can be add, update, fix, or 
remove.
       <action type="fix" dev="ppkarwasz" due-to="Ta Duc Thien, Piotr P. 
Karwasz, Gary Gregory" issue="COMMONSXML-10">Block XInclude (xi:include) href 
resolution by default, since the JAXP external-access properties do not govern 
it.</action>
       <action type="fix" dev="ppkarwasz" due-to="Piotr P. Karwasz, Gary 
Gregory">Honor jdk.xml.overrideDefaultParser on TrAX, XPath and schema 
factories that recognize it.</action>
       <action type="fix" dev="ppkarwasz" due-to="Piotr P. Karwasz, Gary 
Gregory">Restore the secure configuration when a factory or parser is reset() 
instead of reverting to the implementation defaults.</action>
-      <action type="fix" dev="ppkarwasz" due-to="Piotr P. Karwasz, Gary 
Gregory">Parse a Source opted in by a caller-supplied URIResolver using a 
hardened parser.</action>
+      <action type="fix" dev="ppkarwasz" due-to="Piotr P. Karwasz, Gary 
Gregory">Parse a Source opted in by a caller-supplied URIResolver using a 
secure parser.</action>
       <action type="fix" dev="ppkarwasz" due-to="Piotr P. Karwasz, Gary 
Gregory">Secure the document parse behind the InputSource-taking XPath 
evaluation entry points.</action>
       <!-- UPDATE -->
-      <action type="update" dev="ppkarwasz" due-to="Piotr P. Karwasz, Gary 
Gregory" 
issue="COMMONSXML-1,COMMONSXML-5,COMMONSXML-6,COMMONSXML-7,COMMONSXML-8">Recognize
 XML implementations by the JAXP features and properties they support instead 
of by their implementation class name, extending the hardening to any compliant 
implementation.</action>
+      <action type="update" dev="ppkarwasz" due-to="Piotr P. Karwasz, Gary 
Gregory" 
issue="COMMONSXML-1,COMMONSXML-5,COMMONSXML-6,COMMONSXML-7,COMMONSXML-8">Recognize
 XML implementations by the JAXP features and properties they support instead 
of by their implementation class name, extending the securing to any compliant 
implementation.</action>
       <action type="update" dev="ppkarwasz" due-to="Piotr P. Karwasz, Gary 
Gregory" issue="COMMONSXML-4">Define a consistent contract for denied external 
fetches: unresolved external references resolve to empty content on every 
implementation, unless the org.apache.commons.xml.throwOnUnresolved system 
property requests rejection.</action>
-      <action type="update" dev="ppkarwasz" due-to="Piotr P. Karwasz, Gary 
Gregory" issue="COMMONSXML-3">Reduce the shaded footprint by splitting the 
hardeners and resolver floors into independent entry points.</action>
+      <action type="update" dev="ppkarwasz" due-to="Piotr P. Karwasz, Gary 
Gregory" issue="COMMONSXML-3">Reduce the shaded footprint by splitting the 
secure and resolver floors into independent entry points.</action>
       <!-- REMOVE -->
       <action type="remove" dev="ppkarwasz" due-to="Piotr P. Karwasz, Gary 
Gregory" issue="COMMONSXML-2">Remove the Limits class that applied uniform 
processing limits across implementations.</action>
     </release>

Reply via email to