main #1
4
.gitignore
vendored
4
.gitignore
vendored
@ -1 +1,5 @@
|
|||||||
|
# OSC specific files
|
||||||
.osc
|
.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="url">https://github.com/trufflesecurity/trufflehog.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">main</param>
|
<param name="revision">main</param>
|
||||||
<param name="version">v3.88.6</param>
|
<param name="version">v3.88.9</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/trufflesecurity/trufflehog.git</param>
|
<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.9.obscpio
Normal file
3
trufflehog-3.88.9.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2172cd2843b561c2b80174a17499a7593850c10cbe54df12dcbfd8ac1483d7b5
|
||||||
|
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
|
Tue Feb 11 07:18:11 UTC 2025 - felix.niederwanger@suse.de
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: trufflehog
|
name: trufflehog
|
||||||
version: 3.88.6
|
version: 3.88.9
|
||||||
mtime: 1739252800
|
mtime: 1739671464
|
||||||
commit: f3237c5f1eab4a6ea214fb0fe3508e299335db86
|
commit: 52ae3c343cc6cc2817d9aa410227ac3b8a1b7684
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: trufflehog
|
Name: trufflehog
|
||||||
Version: 3.88.6
|
Version: 3.88.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: CLI tool to find exposed secrets in source and archives
|
Summary: CLI tool to find exposed secrets in source and archives
|
||||||
License: AGPL-3.0-or-later
|
License: AGPL-3.0-or-later
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:cfdff2a8f4868090dd89f9ae571369ddfe60af083685b4b98287f3ec9ffdacca
|
oid sha256:f24e996b15fb7fc3c034cdb436574b2b749de2a89d2b3eea9b3880a803624db9
|
||||||
size 23460249
|
size 23447109
|
||||||
|
Loading…
x
Reference in New Issue
Block a user