Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gitleaks for openSUSE:Factory 
checked in at 2025-06-02 21:59:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gitleaks (Old)
 and      /work/SRC/openSUSE:Factory/.gitleaks.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gitleaks"

Mon Jun  2 21:59:40 2025 rev:27 rq:1281699 version:8.27.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gitleaks/gitleaks.changes        2025-05-13 
20:06:56.870560751 +0200
+++ /work/SRC/openSUSE:Factory/.gitleaks.new.16005/gitleaks.changes     
2025-06-02 22:00:07.908154218 +0200
@@ -1,0 +2,33 @@
+Sun Jun 01 19:05:53 UTC 2025 - Johannes Kastl 
<opensuse_buildserv...@ojkastl.de>
+
+- Update to version 8.27.0:
+  * Archive Scanning
+  Sometimes secrets are packaged within archive files like zip
+  files or tarballs, making them difficult to discover. Now you can
+  tell gitleaks to automatically extract and scan the contents of
+  archives. The flag --max-archive-depth enables this feature for
+  both dir and git scan types. The default value of "0" means this
+  feature is disabled by default.
+  Recursive scanning is supported since archives can also contain
+  other archives.  The --max-archive-depth flag sets the recursion
+  limit. Recursion stops when there are no new archives to extract,
+  so setting a very high max depth just sets the potential to go
+  that deep. It will only go as deep as it needs to.
+  The findings for secrets located within an archive will include
+  the path to the file inside the archive. Inner paths are
+  separated with !.  This means a secret was detected on line 4 of
+  files/.env.prod. which is in archives/files.tar which is in
+  testdata/archives/nested.tar.gz.
+  Currently supported formats:
+    The compression and archive formats supported by mholt's
+    archives package are supported.
+  * Changelog
+    - Archive support (#1872)
+    - Update README.md
+    - Reduce aws-access-token false positives (#1876)
+    - Set `pass_filenames` to `false` for Docker hook (#1850)
+    - unicode decoding (#1854)
+    - Diagnostics (#1856)
+    - chore: include decoder in debug log (#1853)
+
+-------------------------------------------------------------------

Old:
----
  gitleaks-8.26.0.obscpio

New:
----
  gitleaks-8.27.0.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gitleaks.spec ++++++
--- /var/tmp/diff_new_pack.aIiX3P/_old  2025-06-02 22:00:08.580182089 +0200
+++ /var/tmp/diff_new_pack.aIiX3P/_new  2025-06-02 22:00:08.584182255 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           gitleaks
-Version:        8.26.0
+Version:        8.27.0
 Release:        0
 Summary:        Protect and discover secrets using Gitleaks
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.aIiX3P/_old  2025-06-02 22:00:08.612183416 +0200
+++ /var/tmp/diff_new_pack.aIiX3P/_new  2025-06-02 22:00:08.616183582 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/zricethezav/gitleaks</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v8.26.0</param>
+    <param name="revision">v8.27.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.aIiX3P/_old  2025-06-02 22:00:08.636184412 +0200
+++ /var/tmp/diff_new_pack.aIiX3P/_new  2025-06-02 22:00:08.640184577 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/zricethezav/gitleaks</param>
-              <param 
name="changesrevision">78eebaca9d8940b8c511a6e67349168f6477943a</param></service></servicedata>
+              <param 
name="changesrevision">782f3104786efdce0f809bce8a9ff31f2fa1c9ed</param></service></servicedata>
 (No newline at EOF)
 

++++++ gitleaks-8.26.0.obscpio -> gitleaks-8.27.0.obscpio ++++++
++++ 6034 lines of diff (skipped)

++++++ gitleaks.obsinfo ++++++
--- /var/tmp/diff_new_pack.aIiX3P/_old  2025-06-02 22:00:08.892195029 +0200
+++ /var/tmp/diff_new_pack.aIiX3P/_new  2025-06-02 22:00:08.896195195 +0200
@@ -1,5 +1,5 @@
 name: gitleaks
-version: 8.26.0
-mtime: 1747066956
-commit: 78eebaca9d8940b8c511a6e67349168f6477943a
+version: 8.27.0
+mtime: 1748795374
+commit: 782f3104786efdce0f809bce8a9ff31f2fa1c9ed
 

++++++ vendor.tar.gz ++++++
++++ 407772 lines of diff (skipped)

Reply via email to