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

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


The following commit(s) were added to refs/heads/master by this push:
     new 173e7ea3 RAT-574: Add changelog about CopyrighMatcher's regex walking 
fix to scan large files
173e7ea3 is described below

commit 173e7ea31f5c58f65725efe2a23b83e548501062
Author: P. Ottlinger <[email protected]>
AuthorDate: Mon Aug 31 15:27:58 2026 +0200

    RAT-574: Add changelog about CopyrighMatcher's regex walking fix to scan 
large files
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fff47be6..bf764f2f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,6 +68,9 @@ in order to be properly linked in site reports.
     </release>
     -->
     <release version="1.0.0-SNAPSHOT" date="xxxx-yy-zz" description="Current 
SNAPSHOT - release to be done">
+      <action issue="RAT-574" type="add" dev="claudenw" due-to="Romain 
Manni-Bucau">
+        Fix recursive regex walking in CopyrightMatcher by introducing a 
threshold of 1000 characters instead of reading the whole rest of the input 
file.
+      </action>
       <action issue="RAT-553" type="add" dev="pottlinger" due-to="Guillaume 
Nodet">
         Fix NPE with parallel builds in SCM ignore parsers.
       </action>

Reply via email to