This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/commons-xml.git
from 7e5ed98 Rename harden(...) methods to secure(...).
new 7fd3362 Rename Hardened to Secure method
new 24fa157 Rename HardenedConfiguration to SecureConfiguration.
new 7c83633 Rename HardeningExpatXMLReader to SecureExpatXMLReader.
new e923998 Renames in test assertion messages.
new c477116 Renames in test assertion messages.
new 9a3b5fe Rename test method.
new e594b33 Rename test method.
new 0cca149 Rename test class from Hardening to Secure.
new 52f4243 Rename test class from Hardening to Secure.
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/org/apache/commons/xml/SaxonProvider.java | 8 ++++----
.../apache/commons/xml/SecureSAXParserFactory.java | 14 +++++++-------
.../org/apache/commons/xml/SecureXMLFilter.java | 2 +-
.../org/apache/commons/xml/SecureXMLReader.java | 2 +-
.../org/apache/commons/xml/AttackTestSupport.java | 22 +++++++++++-----------
.../commons/xml/EntityResolverFloorTest.java | 4 ++--
.../commons/xml/OverrideDefaultParserTest.java | 4 ++--
...esetHardeningTest.java => ResetSecureTest.java} | 2 +-
.../commons/xml/SaxonXPathExternalCallsTest.java | 2 +-
.../apache/commons/xml/SchemaLocationDomTest.java | 2 +-
.../apache/commons/xml/SchemaLocationSaxTest.java | 2 +-
...mokeTest.java => SecureFactoriesSmokeTest.java} | 22 +++++++++++-----------
.../apache/commons/xml/ShadingFootprintTest.java | 12 ++++++------
.../java/org/apache/commons/xml/XIncludeTest.java | 16 ++++------------
14 files changed, 53 insertions(+), 61 deletions(-)
rename src/test/java/org/apache/commons/xml/{ResetHardeningTest.java =>
ResetSecureTest.java} (99%)
rename src/test/java/org/apache/commons/xml/{HardeningFactoriesSmokeTest.java
=> SecureFactoriesSmokeTest.java} (95%)