Accepting request 1116414 from home:ph03nix

- Update to version 3.59.0:
  * Add an option to filter unverified results using shannon entropy (#1875)
  * [chore] Fix flaky TestJobProgressElapsedTime (#1872)
  * Tighten up keywords (#1874)
  * Detector-Competition-Fix: fix notion.so false negative verification (#1866)
  * Detector-Competition-New: add anthropic api key detector (#1861)
  * Detector-Competition-New: add ramp.com client id & secret detector (#1862)
  * use Repositories field from conn. (#1860)
  * Add include and ignore list to Artifactory (#1857)
  * support insecure TLS for Jira and Jenkins (#1856)
  * add tristate verification to postman (#1837)
  * Use placeholder as default if field left empty and is required (#1642)
  * implemented planet scale creds (passwords and API keys) (#1841)
  * adding azure storage detector (#1840)
  * Adding Howtorotate Guides to TruffleHog (#1839)
  * update pagerdutyapikey detector to tri-state verification (#1836)
  * Fix bug in chunker that surfaces with a flaky passed in io.Reader (#1838)
  * Bump github.com/AzureAD/microsoft-authentication-library-for-go (#1850)
  * Bump github.com/bradleyfalzon/ghinstallation/v2 from 2.6.0 to 2.7.0 (#1851)
  * Bump go.mongodb.org/mongo-driver from 1.12.0 to 1.12.1 (#1848)
  * Bump github.com/aws/aws-sdk-go from 1.44.83 to 1.45.19 (#1847)
  * Bump docker/setup-qemu-action from 2 to 3 (#1845)
  * Bump goreleaser/goreleaser-action from 4 to 5 (#1844)
  * Bump mikepenz/action-junit-report from 3 to 4 (#1843)
  * Bump docker/login-action from 2 to 3 (#1846)
  * Bump github.com/xanzy/go-gitlab from 0.88.0 to 0.92.3 (#1849)
  * Bump actions/checkout from 3 to 4 (#1842)
  * fixing razorpay (#1852)
  * add tristate verification to twitch (#1830)
  * chore(ReadMe): Update installation Doc (#1818)
  * Separate gitlab detectors (#1819)
  * [chore] add figmav2 to defaults (#1820)
  * Cleanup jiratoken detector (#1832)
  * cleanup nesting (#1831)
  * Cleanup pubnub detector (#1826)
  * Update alchemy_test.go to use detectors5 (#1829)
  * Update web3storage_test.go (#1828)
- Update to version 3.58.0:
  * update figma to use tri-state verification by @0x1 in (#1814)
  * updating myfreshworks detector to use tri-state verification by @0x1 in (#1779)
  * updating microsoft teams webhook detector to use tri-state verification by @0x1 in (#1792)
  * updating browserstack detector to use tri-state verification by @0x1 in (#1785)
  * Implement an installation script with CheckSum Validation by @hibare in (#1808)
  * Update Adding_Detectors_external.md by @zricethezav in (#1817)
  * added PR and Issue body scanning by @joeleonjr in (#1816)
  * Github partial scan by @ahrav in (#1804)
  * Update Adding_Detectors_external.md by @zricethezav in (#1822)
  * added Web3 Storage detector by @ankushgoel27 in (#1789)
  * consolidated pr and issue descr/comment flags by @joeleonjr in (#1827)
  * Use S3 credentials waterfall by @rosecodym in (#1823)
  * [bug] - correctly check err by @ahrav in (#1824)
  * Update web3storage_test.go with detectors5 by @zricethezav in (#1828)
  * Update alchemy_test.go to use detectors5 by @zricethezav in (#1829)
  * Cleanup pubnub detector by @0x1 in (#1826)
  * cleanup myfreshworks detector by @0x1 in (#1831)
  * Cleanup jiratoken detector by @0x1 in (#1832)
  * [chore] add figmav2 to defaults by @0x1 in (#1820)
  * Separate gitlab detectors by @0x1 in (#1819)
  * chore(ReadMe): Update installation Doc by @varmakarthik12 in (#1818)
  * add tristate verification to twitch by @0x1 in (#1830)
  * fixing razorpay by @dxa4481 in (#1852)
  * Bump actions/checkout from 3 to 4 by @dependabot in (#1842)
  * Bump github.com/xanzy/go-gitlab from 0.88.0 to 0.92.3 by @dependabot in (#1849)
  * Bump docker/login-action from 2 to 3 by @dependabot in (#1846)
  * Bump mikepenz/action-junit-report from 3 to 4 by @dependabot in (#1843)
  * Bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in (#1844)
  * Bump docker/setup-qemu-action from 2 to 3 by @dependabot in (#1845)
  * Bump github.com/aws/aws-sdk-go from 1.44.83 to 1.45.19 by @dependabot in (#1847)
  * Bump go.mongodb.org/mongo-driver from 1.12.0 to 1.12.1 by @dependabot in (#1848)

OBS-URL: https://build.opensuse.org/request/show/1116414
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=21
This commit is contained in:
Jeff Kowalczyk 2023-10-09 14:28:35 +00:00 committed by Git OBS Bridge
parent 5f7a722963
commit c5007507f8
7 changed files with 83 additions and 10 deletions

View File

@ -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.57.0</param>
<param name="version">v3.59.0</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
</service>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c15cb0d7590021eb0f55329f28ab30d01cef22ffc7e84f67b2c0bdc1c3d14843
size 8923661

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bf5342740cf96b0e7bde4dec5e8fc1456c910b34095b765d4db4d95ebeaca9cc
size 8986637

View File

@ -1,3 +1,76 @@
-------------------------------------------------------------------
Mon Oct 09 09:08:20 UTC 2023 - felix.niederwanger@suse.com
- Update to version 3.59.0:
* Add an option to filter unverified results using shannon entropy (#1875)
* [chore] Fix flaky TestJobProgressElapsedTime (#1872)
* Tighten up keywords (#1874)
* Detector-Competition-Fix: fix notion.so false negative verification (#1866)
* Detector-Competition-New: add anthropic api key detector (#1861)
* Detector-Competition-New: add ramp.com client id & secret detector (#1862)
* use Repositories field from conn. (#1860)
* Add include and ignore list to Artifactory (#1857)
* support insecure TLS for Jira and Jenkins (#1856)
* add tristate verification to postman (#1837)
* Use placeholder as default if field left empty and is required (#1642)
* implemented planet scale creds (passwords and API keys) (#1841)
* adding azure storage detector (#1840)
* Adding Howtorotate Guides to TruffleHog (#1839)
* update pagerdutyapikey detector to tri-state verification (#1836)
* Fix bug in chunker that surfaces with a flaky passed in io.Reader (#1838)
* Bump github.com/AzureAD/microsoft-authentication-library-for-go (#1850)
* Bump github.com/bradleyfalzon/ghinstallation/v2 from 2.6.0 to 2.7.0 (#1851)
* Bump go.mongodb.org/mongo-driver from 1.12.0 to 1.12.1 (#1848)
* Bump github.com/aws/aws-sdk-go from 1.44.83 to 1.45.19 (#1847)
* Bump docker/setup-qemu-action from 2 to 3 (#1845)
* Bump goreleaser/goreleaser-action from 4 to 5 (#1844)
* Bump mikepenz/action-junit-report from 3 to 4 (#1843)
* Bump docker/login-action from 2 to 3 (#1846)
* Bump github.com/xanzy/go-gitlab from 0.88.0 to 0.92.3 (#1849)
* Bump actions/checkout from 3 to 4 (#1842)
* fixing razorpay (#1852)
* add tristate verification to twitch (#1830)
* chore(ReadMe): Update installation Doc (#1818)
* Separate gitlab detectors (#1819)
* [chore] add figmav2 to defaults (#1820)
* Cleanup jiratoken detector (#1832)
* cleanup nesting (#1831)
* Cleanup pubnub detector (#1826)
* Update alchemy_test.go to use detectors5 (#1829)
* Update web3storage_test.go (#1828)
- Update to version 3.58.0:
* update figma to use tri-state verification by @0x1 in (#1814)
* updating myfreshworks detector to use tri-state verification by @0x1 in (#1779)
* updating microsoft teams webhook detector to use tri-state verification by @0x1 in (#1792)
* updating browserstack detector to use tri-state verification by @0x1 in (#1785)
* Implement an installation script with CheckSum Validation by @hibare in (#1808)
* Update Adding_Detectors_external.md by @zricethezav in (#1817)
* added PR and Issue body scanning by @joeleonjr in (#1816)
* Github partial scan by @ahrav in (#1804)
* Update Adding_Detectors_external.md by @zricethezav in (#1822)
* added Web3 Storage detector by @ankushgoel27 in (#1789)
* consolidated pr and issue descr/comment flags by @joeleonjr in (#1827)
* Use S3 credentials waterfall by @rosecodym in (#1823)
* [bug] - correctly check err by @ahrav in (#1824)
* Update web3storage_test.go with detectors5 by @zricethezav in (#1828)
* Update alchemy_test.go to use detectors5 by @zricethezav in (#1829)
* Cleanup pubnub detector by @0x1 in (#1826)
* cleanup myfreshworks detector by @0x1 in (#1831)
* Cleanup jiratoken detector by @0x1 in (#1832)
* [chore] add figmav2 to defaults by @0x1 in (#1820)
* Separate gitlab detectors by @0x1 in (#1819)
* chore(ReadMe): Update installation Doc by @varmakarthik12 in (#1818)
* add tristate verification to twitch by @0x1 in (#1830)
* fixing razorpay by @dxa4481 in (#1852)
* Bump actions/checkout from 3 to 4 by @dependabot in (#1842)
* Bump github.com/xanzy/go-gitlab from 0.88.0 to 0.92.3 by @dependabot in (#1849)
* Bump docker/login-action from 2 to 3 by @dependabot in (#1846)
* Bump mikepenz/action-junit-report from 3 to 4 by @dependabot in (#1843)
* Bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in (#1844)
* Bump docker/setup-qemu-action from 2 to 3 by @dependabot in (#1845)
* Bump github.com/aws/aws-sdk-go from 1.44.83 to 1.45.19 by @dependabot in (#1847)
* Bump go.mongodb.org/mongo-driver from 1.12.0 to 1.12.1 by @dependabot in (#1848)
-------------------------------------------------------------------
Thu Sep 28 12:53:35 UTC 2023 - felix.niederwanger@suse.com

View File

@ -1,4 +1,4 @@
name: trufflehog
version: 3.57.0
mtime: 1695855127
commit: c4bc8fc7fab7ee7af4a010dafc352db304c4ce4a
version: 3.59.0
mtime: 1696819948
commit: 52ed87edb78bb0e88cd284ac7fd21b4523676a52

View File

@ -17,7 +17,7 @@
Name: trufflehog
Version: 3.57.0
Version: 3.59.0
Release: 0
Summary: Find credentials all over the place
License: AGPL-3.0-or-later

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:302f1ccc2c675e5e450570a52bc8ac6b2d514c0b6c6b6e9461be5fda6e142c66
size 19453490
oid sha256:e69f1b95c6f301c4ea47bb1184f9b232e1f63053bf94a363afc456f02ece4c15
size 19498844