[SCM] Samba Shared Repository - branch master updated

Pavel Filipensky pfilipensky at samba.org
Mon Feb 13 18:46:02 UTC 2023


The branch, master has been updated
       via  58cdcce582d Add gitleaks configuration file to avoid false positives
      from  cc4e11d0282 smbd: Remove smbXsrv_open_global0->db_rec

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 58cdcce582d3d70bf946075ffa85e77ee190d2d2
Author: Pavel Filipenský <pfilipensky at samba.org>
Date:   Fri Feb 3 11:29:37 2023 +0100

    Add gitleaks configuration file to avoid false positives
    
    Signed-off-by: Pavel Filipenský <pfilipensky at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    
    Autobuild-User(master): Pavel Filipensky <pfilipensky at samba.org>
    Autobuild-Date(master): Mon Feb 13 18:45:21 UTC 2023 on atb-devel-224

-----------------------------------------------------------------------

Summary of changes:
 .gitleaks.toml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 .gitleaks.toml


Changeset truncated at 500 lines:

diff --git a/.gitleaks.toml b/.gitleaks.toml
new file mode 100644
index 00000000000..721d0d982e0
--- /dev/null
+++ b/.gitleaks.toml
@@ -0,0 +1,16 @@
+#
+# GitLeaks Repo Specific Configuration
+#
+# This allowlist is used to help Red Hat ignore false positives during its code
+# scans.
+
+[allowlist]
+  paths = [
+    '''docs-xml/manpages/smbstatus.1.xml''',
+    '''selftests/*''',
+    '''source3/script/tests/*''',
+    '''source4/dsdb/tests/*''',
+    '''source4/torture/*''',
+    '''testprogs/blackbox/*''',
+    '''tests/*''',
+  ]


-- 
Samba Shared Repository



More information about the samba-cvs mailing list