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 ad5d6d0 Merge pull request #16 from
potiuk/asf-security/agents-md-security-link-2026-07-05
add 9bc179b Base XMLInputFactory hardening on feature support
add eb4b59e Merge remote-tracking branch 'apache/main' into
feature/stax-feature-based-hardening
new 7a43ed0 Merge pull request #12 from
ppkarwasz/feature/stax-feature-based-hardening
The 1 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:
src/conf/spotbugs-exclude-filter.xml | 4 +-
.../java/org/apache/commons/xml/JaxpSetters.java | 88 +++++++++++++--------
src/main/java/org/apache/commons/xml/Limits.java | 75 ++++++++----------
.../java/org/apache/commons/xml/StaxHardener.java | 92 ++++++++++++++++++++++
.../org/apache/commons/xml/StockJdkProvider.java | 27 +------
.../org/apache/commons/xml/WoodstoxProvider.java | 88 ---------------------
.../java/org/apache/commons/xml/XmlFactories.java | 16 +---
7 files changed, 188 insertions(+), 202 deletions(-)
create mode 100644 src/main/java/org/apache/commons/xml/StaxHardener.java
delete mode 100644 src/main/java/org/apache/commons/xml/WoodstoxProvider.java