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 e2a23b4cb892fccfab8d5179d6daf6e2ad6b1774 Author: Gary Gregory <[email protected]> AuthorDate: Fri Aug 28 14:52:38 2026 -0400 Javadoc: "hardened" -> "secure/securing" wording to match new class and method names. Rename test methods. --- src/test/java/org/apache/commons/xml/XMLFilterTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/xml/XMLFilterTest.java b/src/test/java/org/apache/commons/xml/XMLFilterTest.java index 06079d7..0e220c5 100644 --- a/src/test/java/org/apache/commons/xml/XMLFilterTest.java +++ b/src/test/java/org/apache/commons/xml/XMLFilterTest.java @@ -107,7 +107,7 @@ void unconfiguredFilterLeaksDocument() throws Exception { @Test void unconfiguredFilterLeaksExternalEntity() throws Exception { - // Android's platform parser does not resolve the input's external general entity in this path, so the vector cannot be demonstrated there; the hardened + // Android's platform parser does not resolve the input's external general entity in this path, so the vector cannot be demonstrated there; the secure // counterpart still runs on Android and must not leak. Assumptions.assumeFalse(AttackTestSupport.IS_ANDROID, "Android's Expat does not resolve the external general entity here"); final SAXTransformerFactory factory = (SAXTransformerFactory) TransformerFactory.newInstance();
