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

ppkarwasz pushed a change to branch feature/ci-matrix-platforms
in repository https://gitbox.apache.org/repos/asf/commons-xml.git


    from caa0d3b  Merge branch 'feature/ci-matrix' into 
feature/ci-matrix-platforms
     add b2cc824  Bump github/codeql-action from 4.36.3 to 4.37.0
     add 44c927a  Fix XInclude hardening: block at resolver level
     add 684a7c0  Simplify XInclude hardening: rely on the deny-all resolver 
floor
     add 50907a1  Tidy XIncludeTest: shared fixtures and correct XInclude gate
     add 35de397  Assert exact resolved content in XInclude allow-list tests
     add 48d3764  Drop redundant ACCESS_EXTERNAL_DTD from the transformer 
hardening
     add 18e600a  fix: remove copyright notice line (ppkarwasz)
     add ee98041  Remove copyright attribution line (thientd)
     add ecda422  Use value for `XmlFactories.harden`
     add 737180a  Merge pull request #21 from ppkarwasz/fix/xinclude
     add 1073f82  Merge remote-tracking branch 'apache/main' into 
feature/ci-matrix-platforms

No new revisions were added by this update.

Summary of changes:
 .github/workflows/scorecards-analysis.yml          |   2 +-
 .../commons/xml/DocumentBuilderHardener.java       |  18 +-
 .../java/org/apache/commons/xml/JaxpSetters.java   |  25 +-
 .../org/apache/commons/xml/SAXParserHardener.java  |  18 +-
 .../apache/commons/xml/TransformerHardener.java    |  14 +-
 .../java/org/apache/commons/xml/XmlFactories.java  |  18 +-
 .../java/org/apache/commons/xml/XIncludeTest.java  | 416 +++++++++++++++++++++
 7 files changed, 450 insertions(+), 61 deletions(-)
 create mode 100644 src/test/java/org/apache/commons/xml/XIncludeTest.java

Reply via email to