Update to 3.88.7
This commit is contained in:
parent
11b79aeb28
commit
5c40599c50
4
.gitignore
vendored
4
.gitignore
vendored
@ -1 +1,5 @@
|
||||
# OSC specific files
|
||||
.osc
|
||||
# Temporary build files
|
||||
/trufflehog-*.*.*.tar.gz
|
||||
/trufflehog
|
||||
|
2
_service
2
_service
@ -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>
|
||||
|
@ -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>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41fffc95b6e11bfd6874145e3aefa31520fc486404ea33c0d5b35d3694ca1768
|
||||
size 16942093
|
3
trufflehog-3.88.7.obscpio
Normal file
3
trufflehog-3.88.7.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85c0c5652f9d709cf44578c220cb6485201b3be8b00eb227b6bfb165772dc2b7
|
||||
size 17006605
|
@ -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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: trufflehog
|
||||
version: 3.88.6
|
||||
mtime: 1739252800
|
||||
commit: f3237c5f1eab4a6ea214fb0fe3508e299335db86
|
||||
version: 3.88.7
|
||||
mtime: 1739671464
|
||||
commit: 52ae3c343cc6cc2817d9aa410227ac3b8a1b7684
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfdff2a8f4868090dd89f9ae571369ddfe60af083685b4b98287f3ec9ffdacca
|
||||
size 23460249
|
||||
oid sha256:8cd255f0123d5950bb297e79f9e0f6ed447abbc4fc9ff0473ac3caa465cae6a6
|
||||
size 23447011
|
||||
|
Loading…
x
Reference in New Issue
Block a user