1. 866845a Bump org.apache.groovy:groovy from 5.0.7 to 5.0.8 (#705) by dependabot[bot] · 2 days ago master
  2. 15ed9c4 Bump com.gradle:common-custom-user-data-maven-extension (#706) by dependabot[bot] · 2 days ago
  3. d634c65 Bump xmlunit.version from 2.12.0 to 2.13.0 (#707) by dependabot[bot] · 2 days ago
  4. 9e3125c Bump org.junit:junit-bom from 6.1.2 to 6.1.3 (#709) by dependabot[bot] · 2 days ago
  5. 69aa1a4 Bump org.apache.commons:commons-collections4 from 4.5.0 to 4.6.0 (#710) by dependabot[bot] · 2 days ago
  6. 04b752f RAT-573, RAT-553: Merge pull request #704 from gnodet/quick-fix/thread-safe-default-log by P. Ottlinger · 3 weeks ago
  7. be95b02 RAT-553: Add changelog about bugfix in all SCM ignore parsers by P. Ottlinger · 3 weeks ago
  8. 3ac9527 fix: address review feedback on SPDXMatcherFactory and changes.xml by Guillaume Nodet · 3 weeks ago
  9. 18a4149 fix: make MatcherBuilderTracker and StandardCollection thread-safe by Guillaume Nodet · 3 weeks ago
  10. b6502f4 chore: remove uncalled ThreadLocal remove methods by Guillaume Nodet · 3 weeks ago
  11. 23cfaa1 fix: make SPDXMatcherFactory thread-safe for parallel builds by Guillaume Nodet · 3 weeks ago
  12. 2235051 fix: revert RAT-268 change, add dedicated RAT-573 parallel build integration test by Guillaume Nodet · 3 weeks ago
  13. 242d7fe fix: synchronize parseCommands to prevent option corruption in parallel builds by Guillaume Nodet · 3 weeks ago
  14. fd0ab7d ci: retrigger CI (RAT-268 flaky test on second run) by Guillaume Nodet · 3 weeks ago
  15. ed1bf12 RAT-573: Make one of the integration tests run with 4 threads by P. Ottlinger · 3 weeks ago
  16. 891a233 RAT-573: Make DefaultLog and DeprecationReporter threadsafe by P. Ottlinger · 3 weeks ago
  17. 630e701 fix: make DefaultLog and DeprecationReporter thread-safe for parallel Maven builds by Guillaume Nodet · 3 weeks ago
  18. c23a563 Revert "Changed file arg to DocumentName" by Claude Warren · 3 weeks ago
  19. 5098bfd Changed file arg to DocumentName by Claude Warren · 3 weeks ago
  20. f902077 Merge pull request #702 from apache/dependabot/maven/tika.version-3.3.2 by P. Ottlinger · 4 weeks ago
  21. 6dbea11 Bump tika.version from 3.3.1 to 3.3.2 by dependabot[bot] · 4 weeks ago
  22. 7795d9f Merge pull request #697 from apache/create-output-object by P. Ottlinger · 4 weeks ago
  23. a3c37cd RAT-570: Rename method to class name accordingly by P. Ottlinger · 4 weeks ago
  24. 55eb11e RAT-570: Rename de/serializer to SerDes by P. Ottlinger · 5 weeks ago
  25. a2ff7bb RAT-570: Replace deprecated Component by Inject by P. Ottlinger · 5 weeks ago
  26. 121bb6d RAT-570: Minor refactorings during review by P. Ottlinger · 5 weeks ago
  27. 03a5210 RAT-570: Remove unused code and deprecated stuff by P. Ottlinger · 5 weeks ago
  28. bab2bee Merge branch 'master' into create-output-object by Claude Warren · 5 weeks ago
  29. 75f7065 RAT-570: minor refactorings during review by P. Ottlinger · 5 weeks ago
  30. 610ac58 Merge pull request #701 from apache/dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.10.3.0 by P. Ottlinger · 5 weeks ago
  31. b50f6a5 Bump com.github.spotbugs:spotbugs-maven-plugin from 4.10.2.0 to 4.10.3.0 by dependabot[bot] · 5 weeks ago
  32. 6cd8be1 RAT-570: Add changelog by P. Ottlinger · 5 weeks ago
  33. b0d2fb7 RAT-570: Minor refactorings during review by P. Ottlinger · 5 weeks ago
  34. cf4c4d1 Merge pull request #699 from apache/dependabot/maven/org.junit-junit-bom-6.1.2 by P. Ottlinger · 5 weeks ago
  35. cf24ce5 Merge pull request #700 from apache/dependabot/maven/com.github.spotbugs-spotbugs-annotations-4.10.3 by P. Ottlinger · 5 weeks ago
  36. de083a1 RAT-572: Maven build improvements after dropping JDK8 in RAT 0.18 (#698) by Christopher Tubbs · 5 weeks ago
  37. b72c3aa Bump com.github.spotbugs:spotbugs-annotations from 4.10.2 to 4.10.3 by dependabot[bot] · 5 weeks ago
  38. 024db45 Bump org.junit:junit-bom from 6.1.1 to 6.1.2 by dependabot[bot] · 5 weeks ago
  39. 97a8d8c fixed new line issue by Claude Warren · 5 weeks ago
  40. 75d80ca fixed checkstyle by Claude Warren · 5 weeks ago
  41. efedd1e cleaned up sonarqube by Claude Warren · 5 weeks ago
  42. 0fcd7da cleaned up code by Claude Warren · 6 weeks ago
  43. 2ad3adc fix sonarqube issues by Claude Warren · 6 weeks ago
  44. 046c1be fixes sonarqube issues by Claude Warren · 6 weeks ago
  45. 30707d2 fixed some style issues by Claude Warren · 6 weeks ago
  46. a99e12a added tests by Claude Warren · 6 weeks ago
  47. 90dd8c5 initial code by Claude Warren · 6 weeks ago
  48. 1f87498 RAT-568: Create IODescriptor (#695) by Claude Warren · 6 weeks ago
  49. 3f4a4ca Merge pull request #696 from apache/dependabot/maven/org.apache.groovy-groovy-5.0.7 by P. Ottlinger · 6 weeks ago
  50. 2144338 Bump org.apache.groovy:groovy from 5.0.6 to 5.0.7 by dependabot[bot] · 6 weeks ago
  51. 3e6b50c RAT-564: make LicenseSetFactory return unmodifiable licenses sets (#687) by Claude Warren · 6 weeks ago
  52. 6e1d370 RAT-563: Rename IReportable and IReportableListWalker (#686) by Claude Warren · 6 weeks ago
  53. 8f1322a RAT-560, RAT-558: Fix XXE warning (#694) by P. Ottlinger · 6 weeks ago
  54. 9a87ace Merge pull request #693 from apupier/restrictTriggerPushForGithubWorkflows by P. Ottlinger · 6 weeks ago
  55. 45648d5 Restrict trigger push branch for GitHub Workflow by Aurélien Pupier · 6 weeks ago
  56. 9021ef4 Merge pull request #692 from apache/dependabot/maven/com.gradle-develocity-maven-extension-2.5.0 by P. Ottlinger · 7 weeks ago
  57. 26d9c95 RAT-562: Merge pull request #685 from apache/remove-boxing by P. Ottlinger · 7 weeks ago
  58. bd43ee2 RAT-562: Add missing Test annotations to raise coverage by P. Ottlinger · 7 weeks ago
  59. 06e8898 Merge branch 'remove-boxing' of github.com:apache/creadur-rat into remove-boxing by Claude Warren · 7 weeks ago
  60. 113674d increase test coverage by Claude Warren · 7 weeks ago
  61. fc0bf69 RAT-562: Minor javadoc fix by P. Ottlinger · 7 weeks ago
  62. f2ef4b6 Fixed max calculation by Claude Warren · 7 weeks ago
  63. 12c9c41 Bump com.gradle:develocity-maven-extension from 2.4.2 to 2.5.0 by dependabot[bot] · 7 weeks ago
  64. 2e7c8ea fixed issues by Claude Warren · 7 weeks ago
  65. 3b3672a Merge pull request #691 from apache/dependabot/maven/com.gradle-common-custom-user-data-maven-extension-2.3.0 by P. Ottlinger · 7 weeks ago
  66. 908a141 attempt to fix null pointer issue by Claude Warren · 7 weeks ago
  67. a37ce2a Bump com.gradle:common-custom-user-data-maven-extension by dependabot[bot] · 7 weeks ago
  68. 47624aa RAT-558: Add security threat model (THREAT_MODEL.md + SECURITY.md + AGENTS.md) (#677) by Jarek Potiuk · 7 weeks ago
  69. 4cfe298 RAT-562: Remove trailing empty line by P. Ottlinger · 7 weeks ago
  70. f2686f1 Merge pull request #690 from apache/dependabot/maven/org.apache-apache-39 by P. Ottlinger · 7 weeks ago
  71. 4cfb207 Merge pull request #689 from apache/dependabot/maven/org.junit-junit-bom-6.1.1 by P. Ottlinger · 7 weeks ago
  72. 28380b6 updated tests and check for null values by Claude Warren · 7 weeks ago
  73. a0c30b4 Bump org.apache:apache from 38 to 39 by dependabot[bot] · 7 weeks ago
  74. 7f9d055 Bump org.junit:junit-bom from 6.1.0 to 6.1.1 by dependabot[bot] · 7 weeks ago
  75. 75efb86 RAT-566: fix some spotbugs issues in core (#688) by Claude Warren · 7 weeks ago
  76. 9bd67f4 Use MutableInt in ClaimValidator by Claude Warren · 7 weeks ago
  77. a28d77b Merge pull request #684 from apache/dependabot/github_actions/actions/cache-6 by P. Ottlinger · 7 weeks ago
  78. d8ba8f2 RAT-559: fix DocumentName issues in archives/on Windows (#674) by Claude Warren · 8 weeks ago
  79. 0c08080 RAT-561: Cleanup XmlWriter resource issues (#683) by Claude Warren · 8 weeks ago
  80. cba53d1 Bump actions/cache from 5 to 6 by dependabot[bot] · 8 weeks ago
  81. 2041069 Merge pull request #681 from apache/dependabot/maven/org.apache.ant-ant-antunit-1.5.0 by P. Ottlinger · 8 weeks ago
  82. d17d510 Merge pull request #682 from apache/dependabot/maven/com.gradle-develocity-maven-extension-2.4.2 by P. Ottlinger · 8 weeks ago
  83. ee65671 Bump com.gradle:develocity-maven-extension from 2.4.1 to 2.4.2 by dependabot[bot] · 8 weeks ago
  84. 02a8088 Bump org.apache.ant:ant-antunit from 1.4.1 to 1.5.0 by dependabot[bot] · 8 weeks ago
  85. 7036960 Merge pull request #680 from apache/dependabot/github_actions/actions/checkout-7 by P. Ottlinger · 8 weeks ago
  86. 02f81d5 Bump actions/checkout from 6 to 7 by dependabot[bot] · 8 weeks ago
  87. 4552426 Merge pull request #679 from apache/fix-xxe-issues by P. Ottlinger · 9 weeks ago
  88. 1a6431e Changes as per Sonar review by Claude Warren · 9 weeks ago
  89. 2e0909f removed test against translated messages by Claude Warren · 9 weeks ago
  90. 5940a0a Merge remote-tracking branch 'origin/fix-xxe-issues' into fix-xxe-issues by Claude Warren · 9 weeks ago
  91. 8f6cca1 Fixed test, Migrated to assertj Fixed missing license header by Claude Warren · 9 weeks ago
  92. 74ddb7c Revert "RAT-560: Fix missing license" by P. Ottlinger · 9 weeks ago
  93. b66211f RAT-560: Fix missing license by P. Ottlinger · 9 weeks ago
  94. 65695c0 RAT-560: Fix missing license by P. Ottlinger · 9 weeks ago
  95. 159550b Merge remote-tracking branch 'origin/fix-xxe-issues' into fix-xxe-issues by Claude Warren · 9 weeks ago
  96. 8346f51 added tests by Claude Warren · 9 weeks ago
  97. 0379d9a RAT-560: Fix sonar warnings by P. Ottlinger · 9 weeks ago
  98. 3f2d82e RAT-560: Raise test coverage and verify listLicenses in Reporter. by P. Ottlinger · 9 weeks ago
  99. b1cadc7 RAT-560: Add changelog entry and add test to verify no external entities can be defined in xml input in RAT by P. Ottlinger · 9 weeks ago
  100. 7bddd04 changes to reduce XXE exposure by Claude Warren · 9 weeks ago