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

Claudenw pushed a change to branch fix-DocumentName-issues
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


    from e32f6406 added windows debug
     add 9814d8ff checkpoint
     add 4b6e8809 RAT-558: Add proposals for AGENTS and SECURITY configuration 
- to be discussed (#671)
     add 83d19e1d RAT-532: Update spotbugs and use UTF-8 encoding in 
LicenseAppender and XmlWriter (#678)
     add 1f86951a Bump com.github.spotbugs:spotbugs-annotations from 4.10.1 to 
4.10.2
     add 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
     add 4552426c Merge pull request #679 from apache/fix-xxe-issues
     add bac48e9e Merge branch 'master' into fix-DocumentName-issues
     add 0043142a fixed checkstyle issue
     add 02977b30 changes for ANT issues

No new revisions were added by this update.

Summary of changes:
 AGENTS.md                                          |  33 +++++++
 SECURITY.md                                        |  11 +++
 .../src/main/java/org/apache/rat/Reporter.java     |   6 +-
 .../rat/annotation/AbstractLicenseAppender.java    |   2 +-
 .../main/java/org/apache/rat/commandline/Arg.java  |  48 ++++-----
 .../org/apache/rat/commandline/Converters.java     |  27 ++----
 .../rat/configuration/XMLConfigurationReader.java  |  30 ++----
 .../apache/rat/report/xml/writer/XmlWriter.java    |   3 +-
 .../org/apache/rat/utils/StandardXmlFactory.java   |  30 ++++++
 .../java/org/apache/rat/OptionCollectionTest.java  |   8 ++
 .../org/apache/rat/ReporterOptionsProvider.java    |  71 ++++++++------
 .../src/test/java/org/apache/rat/ReporterTest.java |  22 ++++-
 .../java/org/apache/rat/commandline/ArgTests.java  |  26 +++--
 .../configuration/XMLConfigurationReaderTest.java  | 107 ++++++++++++---------
 .../test/AbstractConfigurationOptionsProvider.java |  54 ++++++++++-
 .../java/org/apache/rat/testhelpers/XmlUtils.java  |  20 ++--
 .../apache/rat/utils/StandardXmlFactoryTests.java  |  96 ++++++++++++++++++
 .../java/org/apache/rat/anttasks/ReportTest.java   |   4 +-
 .../documentation/options/AntOptionCollection.java |   2 +
 pom.xml                                            |   6 +-
 src/changes/changes.xml                            |   9 ++
 21 files changed, 448 insertions(+), 167 deletions(-)
 create mode 100644 AGENTS.md
 create mode 100644 SECURITY.md
 create mode 100644 
apache-rat-core/src/test/java/org/apache/rat/utils/StandardXmlFactoryTests.java

Reply via email to