SHA256
1
0
forked from pool/trufflehog

Accepting request 1190994 from devel:languages:go

- Update to version 3.80.5:
  * move concurrency (#3135)
  * [chore] - address linter (#3133)
  * [chore] - Set GOMAXPROCS (#3136)
  * Export maps from permission generation (#3137)
  * Add permissions lookup tables (#3125) (forwarded request 1190971 from ph03nix)

OBS-URL: https://build.opensuse.org/request/show/1190994
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=43
This commit is contained in:
Dominique Leuenberger 2024-08-01 20:04:42 +00:00 committed by Git OBS Bridge
commit 4fca83fa47
7 changed files with 68 additions and 10 deletions

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.80.1</param>
<param name="version">v3.80.5</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
</service>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d6f98d5e9967905dfa87b8ea2c3d4249c23a4c8d133610dc7c7fd0a6b340fc8
size 10382349

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3499aafdf1491843151553aa5db49314c4a7bd0af69dd43a5887d62ef1acdc51
size 10788877

View File

@ -1,3 +1,61 @@
-------------------------------------------------------------------
Thu Aug 01 11:37:08 UTC 2024 - felix.niederwanger@suse.com
- Update to version 3.80.5:
* move concurrency (#3135)
* [chore] - address linter (#3133)
* [chore] - Set GOMAXPROCS (#3136)
* Export maps from permission generation (#3137)
* Add permissions lookup tables (#3125)
-------------------------------------------------------------------
Wed Jul 31 19:33:22 UTC 2024 - felix.niederwanger@suse.com
- Update to version 3.80.4:
* Separate out printing statements with anlayzer logic for SourceGraph (#3119)
* nitro detector was removed and needed to be deprecated (#3102)
* Separate out printing statements with anlayzer logic for Stripe (#3120)
* Separate out printing statements with anlayzer logic for Slack (#3121)
* Update GitHub integration tests (#3124)
-------------------------------------------------------------------
Wed Jul 31 08:21:51 UTC 2024 - felix.niederwanger@suse.com
- Update to version 3.80.3:
* Add new canary ID (#3117)
* Separated printing and analyzes functionality for twilio (#3118)
* Separated printing and analyzes functionality for square (#3122)
* Separated printing and analyzes functionality for shopify (#3123)
* fix(deps): update module github.com/aws/aws-sdk-go to v1.55.5 (#3116)
* Analyzer partial implementations (#3114)
* Include default detectors when using a config that contains detectors (#3115)
* Use non-canary credentials for AWS tests (#3109)
* fix dep versions (#3106)
* [analyze] Add description and user to openai metadata (#3111)
* Support openai project and fine grained tokens (#3112)
* [analyze] Implement Analyzer interface for github (#3110)
* fix(deps): update module github.com/aws/aws-sdk-go to v1.55.3 (#3107)
* [chore] Move openai log message to proper function (#3105)
* fix(deps): update module github.com/gabriel-vasile/mimetype to v1.4.5 (#3108)
* Implement Analyzer interface for openai (#3101)
* [chore] Fix Versioner interface for twitter (#3104)
* fix(deps): update module cloud.google.com/go/secretmanager to v1.13.5 (#3096)
* Analyze (#3099)
* chore: fix some comments (#3098)
* [bug]- Invalid Seek for Non-Seekable Readers (#3095)
* remove deps from docker image (#3097)
* fix(deps): update module github.com/aws/aws-sdk-go to v1.55.2 (#3094)
* fix(deps): update module github.com/aws/aws-sdk-go to v1.55.1 (#3087)
* fixed crash issue if data array is empty (#3091)
* Remove onwater detector (#3088)
* implemented a netsuite detector (#3068)
* fix(deps): update module google.golang.org/api to v0.189.0 (#3086)
* fix(deps): update module github.com/googleapis/gax-go/v2 to v2.13.0 (#3085)
* fix(deps): update golang.org/x/exp digest to 8a7402a (#3083)
* fix(deps): update module github.com/couchbase/gocb/v2 to v2.9.1 (#3078)
* [chore] - Reduce `VerificationOverlapWorker`s (#3082)
* add verify check (#3079)
-------------------------------------------------------------------
Fri Jul 19 17:58:34 UTC 2024 - felix.niederwanger@suse.com

View File

@ -1,4 +1,4 @@
name: trufflehog
version: 3.80.1
mtime: 1721400011
commit: 936095b6889da750dff0041f0bd1b17e9afb249f
version: 3.80.5
mtime: 1722477498
commit: 048ec26c9261f70732d4403df2f45561c41c8161

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:95b60baa034e6294efef589abd81b8d02f5f0ab145da18d53f6cef15b87a8df1
size 21674562
oid sha256:c5dc4133d690d3ea3f9348d86a4a67bcc907f14eaae807c9ad7efdee81ea411d
size 21555958