Update to 3.88.7

This commit is contained in:
Felix Niederwanger 2025-02-17 16:24:08 +01:00
parent 11b79aeb28
commit 5c40599c50
Signed by untrusted user: ph03nix
GPG Key ID: 31860289A704FB3C
9 changed files with 37 additions and 11 deletions

4
.gitignore vendored
View File

@ -1 +1,5 @@
# OSC specific files
.osc
# Temporary build files
/trufflehog-*.*.*.tar.gz
/trufflehog

View File

@ -3,7 +3,7 @@
<param name="url">https://github.com/trufflesecurity/trufflehog.git</param>
<param name="scm">git</param>
<param name="revision">main</param>
<param name="version">v3.88.6</param>
<param name="version">v3.88.7</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
</service>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/trufflesecurity/trufflehog.git</param>
<param name="changesrevision">f3237c5f1eab4a6ea214fb0fe3508e299335db86</param></service></servicedata>
<param name="changesrevision">52ae3c343cc6cc2817d9aa410227ac3b8a1b7684</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:41fffc95b6e11bfd6874145e3aefa31520fc486404ea33c0d5b35d3694ca1768
size 16942093

BIN
trufflehog-3.88.7.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Feb 17 15:20:06 UTC 2025 - felix.niederwanger@suse.de
- Update to version 3.88.7:
* Replace `golang.org/x/exp` with stdlib (#3916)
* Differentiate postman folder from request when at collection root (#3912)
* add protos for github realtime (#3911)
* Make log command extensible internally (#3888)
* Implemented collection authorization scanning (#3910)
* [tempfix] - add bounds check check to avoid panics (#3867)
* feat(azure): log unhandled error codes (#3865)
* fixed uri regex issue (#3815)
* anthropic api key analyzer (#3878)
* [Update] Fixed the Return of the GCP Detector (#3905)
* Add Jenkins happy-path logging (#3908)
* Reinstated Postman body scanning (#3904)
* [Feat] implementation Notion analyzer (#3869)
* Fix double summary printing introduced in 03ca8aaa08 (#3903)
* [fix] False Positive Verification in Auth0oauth Detectors (#3901)
* dockerhub analyzer (#3861)
* updated openai analyzer output (#3902)
-------------------------------------------------------------------
Tue Feb 11 07:18:11 UTC 2025 - felix.niederwanger@suse.de

View File

@ -1,4 +1,4 @@
name: trufflehog
version: 3.88.6
mtime: 1739252800
commit: f3237c5f1eab4a6ea214fb0fe3508e299335db86
version: 3.88.7
mtime: 1739671464
commit: 52ae3c343cc6cc2817d9aa410227ac3b8a1b7684

View File

@ -17,7 +17,7 @@
Name: trufflehog
Version: 3.88.6
Version: 3.88.7
Release: 0
Summary: CLI tool to find exposed secrets in source and archives
License: AGPL-3.0-or-later

BIN
vendor.tar.gz (Stored with Git LFS)

Binary file not shown.