Accepting request 1226117 from devel:languages:go
- Update to version 3.84.1: * fix(deps): update module github.com/stretchr/testify to v1.10.0 (#3659) * [feat] - Support S3 Source Resumption (#3570) * [refactor] - Rename S3 ProgressTracker (#3652) * Separate org listing error from finding 0 members error cases (#3654) * fix(deps): update module google.golang.org/api to v0.209.0 (#3655) * fix(algolia): 403 is invalid (#3653) * Recover general chunker panics (#3625) * updated buildkite detectors (#3611) * added godaddy detector (#3615) * fix(deps): update module google.golang.org/api to v0.208.0 (#3647) * fix test (#3641) * fixed test failure (#3646) * fix(gcp): handle quoted JSON (#2865) * build: remove golang-jwt@v4 (#3644) * build: remove azure sdk (#3642) * feat(algolia): upgrade detector (#3613) * fix(azure_storage): use DefaultMultiPartCredentialProvider (#3639) * feat(hubspot): update v1 detector (#2845) * fix(deps): update module github.com/azuread/microsoft-authentication-library-for-go to v1.3.2 (#3617) * feat(azurecr): update detector (#3632) * feat(azure): improve connstring matching (#2097) * fixing databricks detector for azure workspaces (#3038) * feat(detectors): create azure_entra base package (#2985) * feat(azure): create openai detector (#2347) * feat: cleanup AWS detector logic (#3583) * added handling of forbidden state in slack webhook detector. (#3635) * fix(deps): update module github.com/gabriel-vasile/mimetype to v1.4.7 (#3636) * fixed github classic token analyzer expiry time (#3624) * fix(deps): update module google.golang.org/api to v0.207.0 (#3630) * Add log.ToLogger and log.ToSlogger helper functions (#3629) * Remove unused findLevel function (#3628) * chore: fix function name in comment (#3616) * Update CODEOWNERS (#3627) * Added pattern unit tests for detectors starting with the letters i through m (#3614) * fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.6.2 (#3623) * fix(deps): update module github.com/xanzy/go-gitlab to v0.114.0 (#3621) * feat(mongodb): increase timeout to 5 seconds (#3620) * [chore] Log non-fatal errors encountered during a scan (#3612) * add comment to close reader (#3622) * [fix] - Close the BufferedReadSeekr after use (#3618) * Add GitLab shared exclusion flag (#3572) * Feat: Added ZohoCRM detector (#3516) (forwarded request 1226060 from ph03nix) OBS-URL: https://build.opensuse.org/request/show/1226117 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=61
This commit is contained in:
commit
82af588285
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.83.7</param>
|
||||
<param name="version">v3.84.1</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">c38064d9f071d5517b574c153e9f8b6595f523a2</param></service></servicedata>
|
||||
<param name="changesrevision">abaacd7e8af3019d622848641a095e471b6daf74</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4bc84fbcb19d3e3879fad684585a752c9ffaa02899c5e01eda14dbda116fdb4
|
||||
size 15480845
|
3
trufflehog-3.84.1.obscpio
Normal file
3
trufflehog-3.84.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:825a8c5045e5bb3628f425f3be8696498b936c21b28c7f31be50f73f31670ae7
|
||||
size 15887373
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 24 08:36:57 UTC 2024 - felix.niederwanger@suse.com
|
||||
|
||||
- Update to version 3.84.1:
|
||||
* fix(deps): update module github.com/stretchr/testify to v1.10.0 (#3659)
|
||||
* [feat] - Support S3 Source Resumption (#3570)
|
||||
* [refactor] - Rename S3 ProgressTracker (#3652)
|
||||
* Separate org listing error from finding 0 members error cases (#3654)
|
||||
* fix(deps): update module google.golang.org/api to v0.209.0 (#3655)
|
||||
* fix(algolia): 403 is invalid (#3653)
|
||||
* Recover general chunker panics (#3625)
|
||||
* updated buildkite detectors (#3611)
|
||||
* added godaddy detector (#3615)
|
||||
* fix(deps): update module google.golang.org/api to v0.208.0 (#3647)
|
||||
* fix test (#3641)
|
||||
* fixed test failure (#3646)
|
||||
* fix(gcp): handle quoted JSON (#2865)
|
||||
* build: remove golang-jwt@v4 (#3644)
|
||||
* build: remove azure sdk (#3642)
|
||||
* feat(algolia): upgrade detector (#3613)
|
||||
* fix(azure_storage): use DefaultMultiPartCredentialProvider (#3639)
|
||||
* feat(hubspot): update v1 detector (#2845)
|
||||
* fix(deps): update module github.com/azuread/microsoft-authentication-library-for-go to v1.3.2 (#3617)
|
||||
* feat(azurecr): update detector (#3632)
|
||||
* feat(azure): improve connstring matching (#2097)
|
||||
* fixing databricks detector for azure workspaces (#3038)
|
||||
* feat(detectors): create azure_entra base package (#2985)
|
||||
* feat(azure): create openai detector (#2347)
|
||||
* feat: cleanup AWS detector logic (#3583)
|
||||
* added handling of forbidden state in slack webhook detector. (#3635)
|
||||
* fix(deps): update module github.com/gabriel-vasile/mimetype to v1.4.7 (#3636)
|
||||
* fixed github classic token analyzer expiry time (#3624)
|
||||
* fix(deps): update module google.golang.org/api to v0.207.0 (#3630)
|
||||
* Add log.ToLogger and log.ToSlogger helper functions (#3629)
|
||||
* Remove unused findLevel function (#3628)
|
||||
* chore: fix function name in comment (#3616)
|
||||
* Update CODEOWNERS (#3627)
|
||||
* Added pattern unit tests for detectors starting with the letters i through m (#3614)
|
||||
* fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.6.2 (#3623)
|
||||
* fix(deps): update module github.com/xanzy/go-gitlab to v0.114.0 (#3621)
|
||||
* feat(mongodb): increase timeout to 5 seconds (#3620)
|
||||
* [chore] Log non-fatal errors encountered during a scan (#3612)
|
||||
* add comment to close reader (#3622)
|
||||
* [fix] - Close the BufferedReadSeekr after use (#3618)
|
||||
* Add GitLab shared exclusion flag (#3572)
|
||||
* Feat: Added ZohoCRM detector (#3516)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 17 12:32:43 UTC 2024 - felix.niederwanger@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: trufflehog
|
||||
version: 3.83.7
|
||||
mtime: 1731798612
|
||||
commit: c38064d9f071d5517b574c153e9f8b6595f523a2
|
||||
version: 3.84.1
|
||||
mtime: 1732390978
|
||||
commit: abaacd7e8af3019d622848641a095e471b6daf74
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: trufflehog
|
||||
Version: 3.83.7
|
||||
Version: 3.84.1
|
||||
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:dea60fb0ab486a0eb794a8d1690a09d88d38709fe3a77f3c2dc37d47761ab139
|
||||
size 23525344
|
||||
oid sha256:5cb6b6182a294d1324c6b4883aa3e5c4c39dff67916994cb8555278a49dbf715
|
||||
size 23435191
|
||||
|
Loading…
x
Reference in New Issue
Block a user