Skip to content

Commit

Permalink
Update trufflehog to version 3.83.7 / rev 60 via SR 1224696
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1224696
by user jfkw + anag+factory
- Update to version 3.83.7:
  * chore: fix typos in comments and tests; enable misspell (#3573)
  * [feat] - S3 Progress Tracker (#3568)
  * [feat] - Introduce Fatal/Non-Fatal File Handling Errors (#3521)
  * [refactor] - Add DataOrErr (#3520)
  * [refactor] - Adjust File Handling Errors (#3519)
  * [fix] - Improve UTF8 decoder's handling of non-printable characters (#3588)
  * [bug] - correctly capture db type for postgres detector (#3610)
  * Add support for scanning APK files (#3517)
  * feat(opsgenie): update detector (#3608)
  * fix(deps): update module google.golang.org/api to v0.206.0 (#3609)
  * fix(deps): update module cloud.google.com/go/storage to v1.47.0 (#3607)
  * fix(deps): update module github.com/elastic/go-elasticsearch/v8 to v8.16.0 (#3606)
  * fix(deps): update module gi
  • Loading branch information
jfkw authored and bmwiedemann committed Nov 18, 2024
1 parent b1f6a54 commit 6bf21da
Show file tree
Hide file tree
Showing 10 changed files with 84 additions and 8 deletions.
Binary file modified packages/t/trufflehog/.files
Binary file not shown.
37 changes: 37 additions & 0 deletions packages/t/trufflehog/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -1591,4 +1591,41 @@
* feat: log why false positives are skipped (#3579) (forwarded request 1223302 from ph03nix)</comment>
<requestid>1223380</requestid>
</revision>
<revision rev="60" vrev="1">
<srcmd5>a714ef8695b87300182d6183aae0e9cb</srcmd5>
<version>3.83.7</version>
<time>1731956527</time>
<user>anag+factory</user>
<comment>- Update to version 3.83.7:
* chore: fix typos in comments and tests; enable misspell (#3573)
* [feat] - S3 Progress Tracker (#3568)
* [feat] - Introduce Fatal/Non-Fatal File Handling Errors (#3521)
* [refactor] - Add DataOrErr (#3520)
* [refactor] - Adjust File Handling Errors (#3519)
* [fix] - Improve UTF8 decoder's handling of non-printable characters (#3588)
* [bug] - correctly capture db type for postgres detector (#3610)
* Add support for scanning APK files (#3517)
* feat(opsgenie): update detector (#3608)
* fix(deps): update module google.golang.org/api to v0.206.0 (#3609)
* fix(deps): update module cloud.google.com/go/storage to v1.47.0 (#3607)
* fix(deps): update module github.com/elastic/go-elasticsearch/v8 to v8.16.0 (#3606)
* fix(deps): update module github.com/bradleyfalzon/ghinstallation/v2 to v2.12.0 (#3600)
* chore(deps): update jaxxstorm/action-install-gh-release action to v1.13.0 (#3599)
* fix(deps): update module golang.org/x/oauth2 to v0.24.0 (#3605)
* build: upgrade go-debian to v0.17.0 (#3603)
* fix(deps): update module google.golang.org/protobuf to v1.35.2 (#3604)
* fix(deps): update module github.com/googleapis/gax-go/v2 to v2.14.0 (#3601)
* fix(deps): update module github.com/schollz/progressbar/v3 to v3.17.1 (#3598)
* golangci-lint: replace exportloopref with copyloopvar and remove the copy of the 'for' variables (#3591)
* chore(deps): update module github.com/trufflesecurity/overseer to v1.2.8 (#3596)
* fix(deps): update golang.org/x/exp digest to 2d47ceb (#3595)
* chore(deps): update mikepenz/action-junit-report action to v5 (#3553)
* feat: added check for valid git commit and warning message (#3413)
* fix(deps): update module github.com/azuread/microsoft-authentication-library-for-go to v1.3.1 (#3566)
* fix(deps): update module github.com/xanzy/go-gitlab to v0.113.0 (#3562)
* Add Detector Description to JSON output (#3404)
* added pattern test cases for F, G and H alphabet detectors (#3590)
* remove unused embedded struct (#3592) (forwarded request 1224658 from ph03nix)</comment>
<requestid>1224696</requestid>
</revision>
</revisionlist>
2 changes: 1 addition & 1 deletion packages/t/trufflehog/_service
Original file line number Diff line number Diff line change
Expand Up @@ -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.6</param>
<param name="version">v3.83.7</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
</service>
Expand Down
2 changes: 1 addition & 1 deletion packages/t/trufflehog/_servicedata
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/trufflesecurity/trufflehog.git</param>
<param name="changesrevision">b715613cb3156d6169b47b3592e35057bd0031bd</param></service></servicedata>
<param name="changesrevision">c38064d9f071d5517b574c153e9f8b6595f523a2</param></service></servicedata>
1 change: 0 additions & 1 deletion packages/t/trufflehog/trufflehog-3.83.6.obscpio

This file was deleted.

1 change: 1 addition & 0 deletions packages/t/trufflehog/trufflehog-3.83.7.obscpio
39 changes: 39 additions & 0 deletions packages/t/trufflehog/trufflehog.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Sun Nov 17 12:32:43 UTC 2024 - felix.niederwanger@suse.com

- Update to version 3.83.7:
* chore: fix typos in comments and tests; enable misspell (#3573)
* [feat] - S3 Progress Tracker (#3568)
* [feat] - Introduce Fatal/Non-Fatal File Handling Errors (#3521)
* [refactor] - Add DataOrErr (#3520)
* [refactor] - Adjust File Handling Errors (#3519)
* [fix] - Improve UTF8 decoder's handling of non-printable characters (#3588)
* [bug] - correctly capture db type for postgres detector (#3610)
* Add support for scanning APK files (#3517)
* feat(opsgenie): update detector (#3608)
* fix(deps): update module google.golang.org/api to v0.206.0 (#3609)
* fix(deps): update module cloud.google.com/go/storage to v1.47.0 (#3607)
* fix(deps): update module github.com/elastic/go-elasticsearch/v8 to v8.16.0 (#3606)
* fix(deps): update module github.com/bradleyfalzon/ghinstallation/v2 to v2.12.0 (#3600)
* chore(deps): update jaxxstorm/action-install-gh-release action to v1.13.0 (#3599)
* fix(deps): update module golang.org/x/oauth2 to v0.24.0 (#3605)
* build: upgrade go-debian to v0.17.0 (#3603)
* fix(deps): update module google.golang.org/protobuf to v1.35.2 (#3604)
* fix(deps): update module github.com/googleapis/gax-go/v2 to v2.14.0 (#3601)
* fix(deps): update module github.com/schollz/progressbar/v3 to v3.17.1 (#3598)
* golangci-lint: replace exportloopref with copyloopvar and remove the copy of the 'for' variables (#3591)
* chore(deps): update module github.com/trufflesecurity/overseer to v1.2.8 (#3596)
* fix(deps): update golang.org/x/exp digest to 2d47ceb (#3595)
* chore(deps): update mikepenz/action-junit-report action to v5 (#3553)
* feat: added check for valid git commit and warning message (#3413)
* fix(deps): update module github.com/azuread/microsoft-authentication-library-for-go to v1.3.1 (#3566)
* fix(deps): update module github.com/xanzy/go-gitlab to v0.113.0 (#3562)
* Add Detector Description to JSON output (#3404)
* added pattern test cases for F, G and H alphabet detectors (#3590)
* remove unused embedded struct (#3592)
* chore: increase level for verbose log (#3589)
* fix(giturl): encode % (#2982)
* chore: sort defaults.go (#3587)
* Added pattern test cases for Alphabet D and E detectors (#3584)
* feat(airtable): update detector (#3581)

-------------------------------------------------------------------
Mon Nov 11 08:33:20 UTC 2024 - felix.niederwanger@suse.de

Expand Down
6 changes: 3 additions & 3 deletions packages/t/trufflehog/trufflehog.obsinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: trufflehog
version: 3.83.6
mtime: 1731262122
commit: b715613cb3156d6169b47b3592e35057bd0031bd
version: 3.83.7
mtime: 1731798612
commit: c38064d9f071d5517b574c153e9f8b6595f523a2
2 changes: 1 addition & 1 deletion packages/t/trufflehog/trufflehog.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: trufflehog
Version: 3.83.6
Version: 3.83.7
Release: 0
Summary: CLI tool to find exposed secrets in source and archives
License: AGPL-3.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion packages/t/trufflehog/vendor.tar.gz

0 comments on commit 6bf21da

Please sign in to comment.