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 050171a Rename methods to "secure".
new 4cc0062 Javadoc: Use "secure" terminology.
new c4b25bd Javadoc: Use "secure" terminology.
new a019d17 Javadoc: Use "secure" terminology.
new f093566 Javadoc: Use "secure" terminology.
new e7da733 Javadoc: Use "secure" terminology.
new 5a9088e Javadoc: Use "secure" terminology.
new c44e49c Javadoc: Use "secure" terminology.
new ef3a678 Javadoc: Use "secure" terminology.
new 8744754 Javadoc: Use "secure" terminology.
new 0426ca8 Javadoc: Use "secure" terminology.
new 121d8e7 Javadoc: Use "secure" terminology.
new d4b8741 Javadoc: Use "secure" terminology.
new 6df7de1 Javadoc: Use "secure" terminology.
new 5d3af15 Javadoc: Use "secure" terminology.
new 06e6fe7 Javadoc: Use "secure" terminology.
new 3ab2744 Javadoc: Use "secure" terminology.
new 75e1e83 Javadoc: Use "secure" terminology.
new 82274f6 Javadoc: Use "secure" terminology.
new 126c8cd Javadoc: Use "secure" terminology.
new 8e4b5b1 Javadoc: Use "secure" terminology.
new 9d64919 Javadoc: Use "secure" terminology.
new ffc5fce Javadoc: Use "secure" terminology.
new f777f21 Javadoc: Use "secure" terminology.
new 05a0482 Javadoc: Use "secure" terminology.
new 5c4fdf9 Javadoc: Use "secure" terminology.
new 805a3d5 Javadoc: Use "secure" terminology.
new 725cabe Javadoc: Use "secure" terminology.
new 7d3fdf3 Javadoc: Use "secure" terminology.
new 8d56408 Javadoc: Use "secure" terminology.
new c996773 Javadoc: Use "secure" terminology.
new 544f5c3 Javadoc: Use "secure" terminology.
new cf7c251 Javadoc: Use "secure" terminology.
new 126f9b7 Javadoc: Use "secure" terminology.
new ccbf0e2 Javadoc: Use "secure" terminology.
new 7c82c2d Javadoc: Use "secure" terminology.
new 802c472 Javadoc: Use "secure" terminology.
The 36 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:
.github/workflows/maven.yml | 2 +-
AGENTS.md | 2 +-
README.md | 2 +-
RELEASE-NOTES.txt | 14 ++---
pom.xml | 12 ++---
src/changes/changes.xml | 12 ++---
.../java/org/apache/commons/xml/SaxonProvider.java | 6 +--
.../commons/xml/SecureDocumentBuilderFactory.java | 8 +--
.../org/apache/commons/xml/SecureSAXParser.java | 4 +-
.../apache/commons/xml/SecureSAXParserFactory.java | 8 +--
.../java/org/apache/commons/xml/SecureSchema.java | 2 +-
.../apache/commons/xml/SecureSchemaFactory.java | 8 +--
.../commons/xml/SecureTransformerFactory.java | 12 ++---
.../org/apache/commons/xml/SecureValidator.java | 2 +-
.../org/apache/commons/xml/SecureXMLFilter.java | 2 +-
.../apache/commons/xml/SecureXMLInputFactory.java | 4 +-
.../org/apache/commons/xml/SecureXPathFactory.java | 6 +--
src/site/markdown/index.md | 56 ++++++++++----------
src/site/markdown/threat_model.md | 60 +++++++++++-----------
.../org/apache/commons/xml/AttackTestSupport.java | 8 +--
.../org/apache/commons/xml/BillionLaughsTest.java | 4 +-
.../org/apache/commons/xml/DoctypeOnlyTest.java | 2 +-
.../commons/xml/SecureFactoriesSmokeTest.java | 2 +-
.../apache/commons/xml/TemplatesHandlerTest.java | 2 +-
.../apache/commons/xml/TransformerHandlerTest.java | 2 +-
.../java/org/apache/commons/xml/XIncludeTest.java | 30 +++++------
.../java/org/apache/commons/xml/XMLFilterTest.java | 2 +-
.../apache/commons/xml/XPathInputSourceTest.java | 2 +-
28 files changed, 138 insertions(+), 138 deletions(-)