From cf9c4cbc5a971b6f7248367ad0f0fab40c3eeaa308012b713dc177cbb33aef62 Mon Sep 17 00:00:00 2001 From: Jeff Kowalczyk Date: Mon, 18 Dec 2023 17:52:52 +0000 Subject: [PATCH 1/2] Accepting request 1133844 from home:ph03nix - Update to version 3.63.4: * feat(shortcut): use tri-state verification (#2211) * feat(huggingface): enhance extradata (#2222) * fix(myfreshworks): check for valid JSON (#2212) * ci: don't run detector tests on forks (#2234) * [chore] Add skip_binaries field to AzureRepos proto message (#2232) * [feat] - Make skipping binaries configurable (#2226) * [chore] Prevent panic when ChunkError has a nil Unit (#2227) * chore: don't run test workflow in forks (#2221) * fix(github): remove unused 'members' var (#2202) * Check for SourceUnit support dynamically in the SourceManager (#2205) * fix(gitlab): check for valid JSON (#2218) * Avoid reading decompressed data into memory (#2196) * fix(gitparse): don't trim filename (#2201) * fix(giturl): encode '%' in path (#2214) * build: upgrade bodgit/sevenzip to v1.4.5 (#2215) * Fix emoji in README (#2217) OBS-URL: https://build.opensuse.org/request/show/1133844 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=36 --- _service | 2 +- trufflehog-3.63.3.obscpio | 3 --- trufflehog-3.63.4.obscpio | 3 +++ trufflehog.changes | 21 +++++++++++++++++++++ trufflehog.obsinfo | 6 +++--- trufflehog.spec | 2 +- vendor.tar.gz | 4 ++-- 7 files changed, 31 insertions(+), 10 deletions(-) delete mode 100644 trufflehog-3.63.3.obscpio create mode 100644 trufflehog-3.63.4.obscpio diff --git a/_service b/_service index 7c01a16..6c13a06 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/trufflesecurity/trufflehog.git git main - v3.63.3 + v3.63.4 v(.*) enable diff --git a/trufflehog-3.63.3.obscpio b/trufflehog-3.63.3.obscpio deleted file mode 100644 index 7f5c9db..0000000 --- a/trufflehog-3.63.3.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5df464345bacb2783ef6914718ba830089213319603b24a564c28aaf3e337684 -size 9367053 diff --git a/trufflehog-3.63.4.obscpio b/trufflehog-3.63.4.obscpio new file mode 100644 index 0000000..57fd02c --- /dev/null +++ b/trufflehog-3.63.4.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ef3b3ef08468269157772dd22a4d0628ffca963fbd4a80a8d6ca8c8af2a4b7 +size 9380365 diff --git a/trufflehog.changes b/trufflehog.changes index 107ac55..f404577 100644 --- a/trufflehog.changes +++ b/trufflehog.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Dec 18 12:33:54 UTC 2023 - felix.niederwanger@suse.de + +- Update to version 3.63.4: + * feat(shortcut): use tri-state verification (#2211) + * feat(huggingface): enhance extradata (#2222) + * fix(myfreshworks): check for valid JSON (#2212) + * ci: don't run detector tests on forks (#2234) + * [chore] Add skip_binaries field to AzureRepos proto message (#2232) + * [feat] - Make skipping binaries configurable (#2226) + * [chore] Prevent panic when ChunkError has a nil Unit (#2227) + * chore: don't run test workflow in forks (#2221) + * fix(github): remove unused 'members' var (#2202) + * Check for SourceUnit support dynamically in the SourceManager (#2205) + * fix(gitlab): check for valid JSON (#2218) + * Avoid reading decompressed data into memory (#2196) + * fix(gitparse): don't trim filename (#2201) + * fix(giturl): encode '%' in path (#2214) + * build: upgrade bodgit/sevenzip to v1.4.5 (#2215) + * Fix emoji in README (#2217) + ------------------------------------------------------------------- Thu Dec 14 15:05:21 UTC 2023 - felix.niederwanger@suse.de diff --git a/trufflehog.obsinfo b/trufflehog.obsinfo index 14547a0..13a44a2 100644 --- a/trufflehog.obsinfo +++ b/trufflehog.obsinfo @@ -1,4 +1,4 @@ name: trufflehog -version: 3.63.3 -mtime: 1702512824 -commit: e8db0f2cd0bb1a60217394485154cf37c22baf49 +version: 3.63.4 +mtime: 1702856834 +commit: eeb4dbd3044adf275f2a01ffe9d713f1c1005e99 diff --git a/trufflehog.spec b/trufflehog.spec index 76ef8c9..bbcd9cd 100644 --- a/trufflehog.spec +++ b/trufflehog.spec @@ -17,7 +17,7 @@ Name: trufflehog -Version: 3.63.3 +Version: 3.63.4 Release: 0 Summary: CLI tool to find exposed secrets in source and archives License: AGPL-3.0-or-later diff --git a/vendor.tar.gz b/vendor.tar.gz index 801ce5d..cf2a69f 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:53708675252d45fd3cd95ff5ca1c6be08f2cc0876be6753bbd446759cabcd68d -size 20273916 +oid sha256:3f375eb088485128d28031c1e3f4e7f7fc80bec2b99c1cab9df3ab1f39592d74 +size 20273753 From 7593620601d59eb2dab1f2cf77577cac195df8976bcd075dc04b2c8cfeb64ac7 Mon Sep 17 00:00:00 2001 From: Jeff Kowalczyk Date: Tue, 19 Dec 2023 21:34:37 +0000 Subject: [PATCH 2/2] Accepting request 1133955 from home:ph03nix - Update to version 3.63.5: * move cleanup to run (#2245) * Adds basic if/else check if pid slice is empty (#2244) * fix(deps): update module golang.org/x/crypto to v0.17.0 [security] (#2243) * add secretID to chunk (#2242) OBS-URL: https://build.opensuse.org/request/show/1133955 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=37 --- _service | 2 +- trufflehog-3.63.4.obscpio | 3 --- trufflehog-3.63.5.obscpio | 3 +++ trufflehog.changes | 9 +++++++++ trufflehog.obsinfo | 6 +++--- trufflehog.spec | 2 +- vendor.tar.gz | 4 ++-- 7 files changed, 19 insertions(+), 10 deletions(-) delete mode 100644 trufflehog-3.63.4.obscpio create mode 100644 trufflehog-3.63.5.obscpio diff --git a/_service b/_service index 6c13a06..d76ebc3 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/trufflesecurity/trufflehog.git git main - v3.63.4 + v3.63.5 v(.*) enable diff --git a/trufflehog-3.63.4.obscpio b/trufflehog-3.63.4.obscpio deleted file mode 100644 index 57fd02c..0000000 --- a/trufflehog-3.63.4.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23ef3b3ef08468269157772dd22a4d0628ffca963fbd4a80a8d6ca8c8af2a4b7 -size 9380365 diff --git a/trufflehog-3.63.5.obscpio b/trufflehog-3.63.5.obscpio new file mode 100644 index 0000000..df29a26 --- /dev/null +++ b/trufflehog-3.63.5.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b781414e4855ee4e4ee2740ba0885fdc958d29b08e94c2b96f06511beacebf2b +size 9380877 diff --git a/trufflehog.changes b/trufflehog.changes index f404577..ab4b313 100644 --- a/trufflehog.changes +++ b/trufflehog.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Dec 19 07:49:30 UTC 2023 - felix.niederwanger@suse.de + +- Update to version 3.63.5: + * move cleanup to run (#2245) + * Adds basic if/else check if pid slice is empty (#2244) + * fix(deps): update module golang.org/x/crypto to v0.17.0 [security] (#2243) + * add secretID to chunk (#2242) + ------------------------------------------------------------------- Mon Dec 18 12:33:54 UTC 2023 - felix.niederwanger@suse.de diff --git a/trufflehog.obsinfo b/trufflehog.obsinfo index 13a44a2..ab9b272 100644 --- a/trufflehog.obsinfo +++ b/trufflehog.obsinfo @@ -1,4 +1,4 @@ name: trufflehog -version: 3.63.4 -mtime: 1702856834 -commit: eeb4dbd3044adf275f2a01ffe9d713f1c1005e99 +version: 3.63.5 +mtime: 1702958556 +commit: 328a3f141ffddf04cbb82b4aee8f25222009e805 diff --git a/trufflehog.spec b/trufflehog.spec index bbcd9cd..7a34420 100644 --- a/trufflehog.spec +++ b/trufflehog.spec @@ -17,7 +17,7 @@ Name: trufflehog -Version: 3.63.4 +Version: 3.63.5 Release: 0 Summary: CLI tool to find exposed secrets in source and archives License: AGPL-3.0-or-later diff --git a/vendor.tar.gz b/vendor.tar.gz index cf2a69f..824b175 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f375eb088485128d28031c1e3f4e7f7fc80bec2b99c1cab9df3ab1f39592d74 -size 20273753 +oid sha256:414292030cfbfea438c9b8989c5cc41662f1e3e70274f0afbcbd772ce5b617da +size 20274613