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

ottlinger pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


    from c32500de Merge pull request #676 from 
apache/dependabot/maven/com.github.spotbugs-spotbugs-annotations-4.10.2
     add 7bddd043 changes to reduce XXE exposure
     add 8346f51f added tests
     add b1cadc73 RAT-560: Add changelog entry and add test to verify no 
external entities can be defined in xml input in RAT
     add 3f2d82ea RAT-560: Raise test coverage and verify listLicenses in 
Reporter.
     add 0379d9ac RAT-560: Fix sonar warnings
     add 159550b9 Merge remote-tracking branch 'origin/fix-xxe-issues' into 
fix-xxe-issues
     add 8f6cca1e Fixed test,  Migrated to assertj Fixed missing license header
     add 65695c07 RAT-560: Fix missing license
     add b66211f5 RAT-560: Fix missing license
     add 74ddb7c4 Revert "RAT-560: Fix missing license"
     add 5940a0a1 Merge remote-tracking branch 'origin/fix-xxe-issues' into 
fix-xxe-issues
     add 2e0909fd removed test against translated messages
     add 1a6431ef Changes as per Sonar review
     new 4552426c Merge pull request #679 from apache/fix-xxe-issues

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/main/java/org/apache/rat/Reporter.java     |   6 +-
 .../rat/configuration/XMLConfigurationReader.java  |  30 ++----
 .../org/apache/rat/utils/StandardXmlFactory.java   |  30 ++++++
 .../org/apache/rat/ReporterOptionsProvider.java    |   9 +-
 .../src/test/java/org/apache/rat/ReporterTest.java |  17 +++-
 .../configuration/XMLConfigurationReaderTest.java  | 107 ++++++++++++---------
 .../java/org/apache/rat/testhelpers/XmlUtils.java  |  20 ++--
 .../apache/rat/utils/StandardXmlFactoryTests.java  |  96 ++++++++++++++++++
 .../java/org/apache/rat/anttasks/ReportTest.java   |   4 +-
 src/changes/changes.xml                            |   3 +
 10 files changed, 235 insertions(+), 87 deletions(-)
 create mode 100644 
apache-rat-core/src/test/java/org/apache/rat/utils/StandardXmlFactoryTests.java

Reply via email to