-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update trufflehog to version 3.83.7 / rev 60 via SR 1224696
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
1 parent
b1f6a54
commit 6bf21da
Showing
10 changed files
with
84 additions
and
8 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/ipfs/bafybeiduofsmxgabe23cgnrrpojsuj6x3hy67hh6c5hrrgopybtc4vzglm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,42 @@ | ||
------------------------------------------------------------------- | ||
Sun Nov 17 12:32:43 UTC 2024 - [email protected] | ||
|
||
- 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 - [email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/ipfs/bafybeidwlyltn2bw6l5vl6mre3o3waubktq4hbquuz7kfgwrkcvtsfux6m | ||
/ipfs/bafybeigy3ew42mnlxcuz6qksgrb73zxqd67cmhpfztp7sohquu3xbsaqga |