From fb7d36c58bd6104024e0fdd0ba711b9af300a46a4bdbee39b4ec0617acfe2e41 Mon Sep 17 00:00:00 2001 From: Jeff Kowalczyk Date: Thu, 16 May 2024 21:07:46 +0000 Subject: [PATCH] Accepting request 1174422 from home:ph03nix - Update to version 3.76.2: * [bug] - Handle empty reader case in newFileReader (#2854) - Update to version 3.76.1: * fix(deps): update module github.com/aws/aws-sdk-go to v1.53.3 (#2849) * [bug] - Handle empty reader case in newFileReader (#2854) * [refactor] - Create separate handler for non-archive data (#2825) * added email and location in metadata. (#2850) * chore: fix some typos in comments (#2851) * Add "Intra42" detector (#2835) * [feat] - Support bearer auth for docker scans (#2848) * Use fake detectors in versioned detectors test (#2847) * switch to filesystem and specific tag when performance testing (#2846) * [bug] - Fix case-sensitivity issue in PrefixRegex function (#2811) * fix(deps): update module cloud.google.com/go/storage to v1.41.0 (#2843) * feat(sendgrid): update detector (#2833) * Bump up performance test threshold to 50% (#2839) * fix(deps): update module github.com/aws/aws-sdk-go to v1.53.1 (#2841) * fix(deps): update module github.com/fatih/color to v1.17.0 (#2837) * Fixed the Now Scanning emoji (#2842) * [chore] - Update GitlabV2 detector (#2840) * fix(deps): update module github.com/aws/aws-sdk-go to v1.53.0 (#2830) * Update results's extra data for Twilio (#2807) * fix(deps): update module github.com/google/go-github/v61 to v62 (#2832) * fix(deps): update module github.com/sassoftware/go-rpmutils to v0.4.0 (#2831) * fix(deps): update module google.golang.org/api to v0.180.0 (#2822) * fix(deps): update module github.com/xanzy/go-gitlab to v0.105.0 (#2824) * fix(deps): update testcontainers-go monorepo to v0.31.0 (#2823) * [refactor] - Refactor Archive Handling Logic (#2703) * Update postman flags to be less confusing (#2755) * fix(deps): update module github.com/prometheus/client_golang to v1.19.1 (#2821) * fix(deps): update module github.com/charmbracelet/bubbletea to v0.26.2 (#2818) * fix(deps): update module github.com/hashicorp/go-retryablehttp to v0.7.6 (#2819) * fix(deps): update module github.com/aws/aws-sdk-go to v1.52.6 (#2816) * test(common/http): fix panic (#2817) * fix(deps): update module github.com/snowflakedb/gosnowflake to v1.10.0 (#2810) * fix(deps): update module github.com/rabbitmq/amqp091-go to v1.10.0 (#2809) * fix(deps): update module github.com/xanzy/go-gitlab to v0.104.1 (#2784) * address linter (#2783) * chore(deps): update golangci/golangci-lint-action action to v6 (#2801) * Updating Enterprise Readme Link from Contact to Product Info Page (#2804) * Moved up enterprise section and added additional integrations (#2803) * fix(deps): update module google.golang.org/api to v0.178.0 (#2800) * fix(deps): update module github.com/aws/aws-sdk-go to v1.52.4 (#2794) * fix(deps): update module github.com/brianvoe/gofakeit/v7 to v7.0.3 (#2798) * fix(deps): update module golang.org/x/exp to v0.0.0-20240506185415-9bf2ced13842 (#2795) * increase test chan size (#2797) OBS-URL: https://build.opensuse.org/request/show/1174422 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=97 --- _service | 2 +- trufflehog-3.76.0.obscpio | 3 --- trufflehog-3.76.2.obscpio | 3 +++ trufflehog.changes | 54 +++++++++++++++++++++++++++++++++++++++ trufflehog.obsinfo | 6 ++--- trufflehog.spec | 2 +- vendor.tar.gz | 4 +-- 7 files changed, 64 insertions(+), 10 deletions(-) delete mode 100644 trufflehog-3.76.0.obscpio create mode 100644 trufflehog-3.76.2.obscpio diff --git a/_service b/_service index a248724..c2a6a7a 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/trufflesecurity/trufflehog.git git main - v3.76.0 + v3.76.2 v(.*) enable diff --git a/trufflehog-3.76.0.obscpio b/trufflehog-3.76.0.obscpio deleted file mode 100644 index 825ffda..0000000 --- a/trufflehog-3.76.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85e3b7276378f3cfc66775a7ccbc8aa9080ac8322c0ffcbebaa2cde8117862d6 -size 9736205 diff --git a/trufflehog-3.76.2.obscpio b/trufflehog-3.76.2.obscpio new file mode 100644 index 0000000..b5522a4 --- /dev/null +++ b/trufflehog-3.76.2.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9f1a5cf6d57c782c8ed80ce688f125e49b1894eda90b2194d440a39669a381 +size 9798669 diff --git a/trufflehog.changes b/trufflehog.changes index a4b7eb5..e549d09 100644 --- a/trufflehog.changes +++ b/trufflehog.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Thu May 16 08:09:47 UTC 2024 - Felix Niederwanger + +- Update to version 3.76.2: + * [bug] - Handle empty reader case in newFileReader (#2854) + +------------------------------------------------------------------- +Thu May 16 08:06:35 UTC 2024 - felix.niederwanger@suse.de + +- Update to version 3.76.1: + * fix(deps): update module github.com/aws/aws-sdk-go to v1.53.3 (#2849) + * [bug] - Handle empty reader case in newFileReader (#2854) + * [refactor] - Create separate handler for non-archive data (#2825) + * added email and location in metadata. (#2850) + * chore: fix some typos in comments (#2851) + * Add "Intra42" detector (#2835) + * [feat] - Support bearer auth for docker scans (#2848) + * Use fake detectors in versioned detectors test (#2847) + * switch to filesystem and specific tag when performance testing (#2846) + * [bug] - Fix case-sensitivity issue in PrefixRegex function (#2811) + * fix(deps): update module cloud.google.com/go/storage to v1.41.0 (#2843) + * feat(sendgrid): update detector (#2833) + * Bump up performance test threshold to 50% (#2839) + * fix(deps): update module github.com/aws/aws-sdk-go to v1.53.1 (#2841) + * fix(deps): update module github.com/fatih/color to v1.17.0 (#2837) + * Fixed the Now Scanning emoji (#2842) + * [chore] - Update GitlabV2 detector (#2840) + * fix(deps): update module github.com/aws/aws-sdk-go to v1.53.0 (#2830) + * Update results's extra data for Twilio (#2807) + * fix(deps): update module github.com/google/go-github/v61 to v62 (#2832) + * fix(deps): update module github.com/sassoftware/go-rpmutils to v0.4.0 (#2831) + * fix(deps): update module google.golang.org/api to v0.180.0 (#2822) + * fix(deps): update module github.com/xanzy/go-gitlab to v0.105.0 (#2824) + * fix(deps): update testcontainers-go monorepo to v0.31.0 (#2823) + * [refactor] - Refactor Archive Handling Logic (#2703) + * Update postman flags to be less confusing (#2755) + * fix(deps): update module github.com/prometheus/client_golang to v1.19.1 (#2821) + * fix(deps): update module github.com/charmbracelet/bubbletea to v0.26.2 (#2818) + * fix(deps): update module github.com/hashicorp/go-retryablehttp to v0.7.6 (#2819) + * fix(deps): update module github.com/aws/aws-sdk-go to v1.52.6 (#2816) + * test(common/http): fix panic (#2817) + * fix(deps): update module github.com/snowflakedb/gosnowflake to v1.10.0 (#2810) + * fix(deps): update module github.com/rabbitmq/amqp091-go to v1.10.0 (#2809) + * fix(deps): update module github.com/xanzy/go-gitlab to v0.104.1 (#2784) + * address linter (#2783) + * chore(deps): update golangci/golangci-lint-action action to v6 (#2801) + * Updating Enterprise Readme Link from Contact to Product Info Page (#2804) + * Moved up enterprise section and added additional integrations (#2803) + * fix(deps): update module google.golang.org/api to v0.178.0 (#2800) + * fix(deps): update module github.com/aws/aws-sdk-go to v1.52.4 (#2794) + * fix(deps): update module github.com/brianvoe/gofakeit/v7 to v7.0.3 (#2798) + * fix(deps): update module golang.org/x/exp to v0.0.0-20240506185415-9bf2ced13842 (#2795) + * increase test chan size (#2797) + ------------------------------------------------------------------- Tue May 14 19:03:22 UTC 2024 - felix.niederwanger@suse.com diff --git a/trufflehog.obsinfo b/trufflehog.obsinfo index 4fb54c0..b6a7f69 100644 --- a/trufflehog.obsinfo +++ b/trufflehog.obsinfo @@ -1,4 +1,4 @@ name: trufflehog -version: 3.76.0 -mtime: 1715711634 -commit: 0d8c3335ed9321c2e198206f9279a31c8f2e3b67 +version: 3.76.2 +mtime: 1715823126 +commit: bcbc9c5ff7774223d94b7d647a655dfa50e9cecb diff --git a/trufflehog.spec b/trufflehog.spec index 90aabc7..5766e62 100644 --- a/trufflehog.spec +++ b/trufflehog.spec @@ -17,7 +17,7 @@ Name: trufflehog -Version: 3.76.0 +Version: 3.76.2 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 3c6f2ac..dcb99d0 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:22183c84358cff4ca416872a4a53883e7ba805f312c9e7fa8ddb5e8ecbd74d92 -size 20114983 +oid sha256:cf9456c71ab69c8f77e0729fa0cfc50ee73c6c2f12ee70187a3c5954b0e55b96 +size 20115127