forked from pool/trufflehog
Accepting request 1110461 from home:ph03nix
- Update to version 3.55.1 * [chore] - fix slackwebhook detector by @ahrav in #1761 * Add log verbosity by @codevbus in #1750 - Update to version 3.55.0 * [chore] - Sentry detector update by @ahrav in #1746 * Always close AWS response body by @rosecodym in #1758 * [chore] - add test for custom providers by @ahrav in #1759 * cache dupes w/ different decoders by @ahrav in #1754 * add tri state verification to slack (not slack webhook) by @zubairk14 in #1731 * Improve private key detector by @dustin-decker in #1760 - Update to version 3.54.4: * verbosity updates to s3 source (#1750) * [chore] - fix slackwebhook detector (#1761) * Improve private key detector (#1760) * add tri state verification to slack (not slack webhook) (#1731) * cache dupes w/ different decoders (#1754) * add test for custom providers. (#1759) * always close aws response body (#1758) * [chore] - Sentry detector update (#1746) * Retry AWS verification 403s (#1757) * Always attempt to return a git link (#1756) * Add Tailscale detector (#1719) * updating sendgrid detector to use tri-state verification (#1735) * Add optional param to Chunks (#1747) * Use common chunker for archive handler (#1717) * Fix pagerdutyapikey Detector (#1749) * updating jiratoken and jiratokenV2 to use tri-state verification + updating tests (#1744) * [chore] - update Docker source (#1708) * updating sendbird detector to use tri-state verification (#1737) * Validate S3 source (#1715) OBS-URL: https://build.opensuse.org/request/show/1110461 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=18
This commit is contained in:
parent
52c2dea7d8
commit
1a3731ba98
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.54.3</param>
|
||||
<param name="version">v3.55.1</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3cb34cdbebe68bb9c71510fe59cdc0229fdc2635464086d0cd6c365aa4d5d7c
|
||||
size 8814605
|
3
trufflehog-3.55.1.obscpio
Normal file
3
trufflehog-3.55.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:571b26ee3d90a8a3e7441f77a9a820bbfd360e138ae0fd8e53c91396e5e90190
|
||||
size 8852493
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 12 07:24:02 UTC 2023 - felix.niederwanger@suse.com
|
||||
|
||||
- Update to version 3.55.1
|
||||
* [chore] - fix slackwebhook detector by @ahrav in #1761
|
||||
* Add log verbosity by @codevbus in #1750
|
||||
|
||||
- Update to version 3.55.0
|
||||
* [chore] - Sentry detector update by @ahrav in #1746
|
||||
* Always close AWS response body by @rosecodym in #1758
|
||||
* [chore] - add test for custom providers by @ahrav in #1759
|
||||
* cache dupes w/ different decoders by @ahrav in #1754
|
||||
* add tri state verification to slack (not slack webhook) by @zubairk14 in #1731
|
||||
* Improve private key detector by @dustin-decker in #1760
|
||||
|
||||
- Update to version 3.54.4:
|
||||
* verbosity updates to s3 source (#1750)
|
||||
* [chore] - fix slackwebhook detector (#1761)
|
||||
* Improve private key detector (#1760)
|
||||
* add tri state verification to slack (not slack webhook) (#1731)
|
||||
* cache dupes w/ different decoders (#1754)
|
||||
* add test for custom providers. (#1759)
|
||||
* always close aws response body (#1758)
|
||||
* [chore] - Sentry detector update (#1746)
|
||||
* Retry AWS verification 403s (#1757)
|
||||
* Always attempt to return a git link (#1756)
|
||||
* Add Tailscale detector (#1719)
|
||||
* updating sendgrid detector to use tri-state verification (#1735)
|
||||
* Add optional param to Chunks (#1747)
|
||||
* Use common chunker for archive handler (#1717)
|
||||
* Fix pagerdutyapikey Detector (#1749)
|
||||
* updating jiratoken and jiratokenV2 to use tri-state verification + updating tests (#1744)
|
||||
* [chore] - update Docker source (#1708)
|
||||
* updating sendbird detector to use tri-state verification (#1737)
|
||||
* Validate S3 source (#1715)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 4 07:12:28 UTC 2023 - Felix Niederwanger <felix.niederwanger@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: trufflehog
|
||||
version: 3.54.3
|
||||
mtime: 1693589931
|
||||
commit: c9e60866440d9bd0925a31ce6edbc7ceed9a4000
|
||||
version: 3.55.1
|
||||
mtime: 1694462023
|
||||
commit: de540652cb3ae1939e0272920916ac5537c2b822
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: trufflehog
|
||||
Version: 3.54.3
|
||||
Version: 3.55.1
|
||||
Release: 0
|
||||
Summary: Find credentials all over the place
|
||||
License: AGPL-3.0-or-later
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c62936720037ef03a1b2aace8d0ceaa6fbfbf19ecd48f3e968fb999e4220360
|
||||
size 19427840
|
||||
oid sha256:f39903cbb4457a14143de30e0e8a7997ee9c1504e3ef9cc525e89f28d6b61254
|
||||
size 19447076
|
||||
|
Loading…
x
Reference in New Issue
Block a user