Accepting request 1129708 from home:jfkw:branches:devel:languages:go
- Update to version 3.63.1: OBS-URL: https://build.opensuse.org/request/show/1129708 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=30
This commit is contained in:
parent
f79fdb5159
commit
2aac481235
2
_service
2
_service
@ -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.62.0</param>
|
||||
<param name="version">v3.63.1</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:262f02a921536969b20b414b686afc6990f7ca62ae529bd30e8a669e7d0bbaef
|
||||
size 9260557
|
3
trufflehog-3.63.1.obscpio
Normal file
3
trufflehog-3.63.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:058e69f66ad3a66b9238a1f55745d679fdddaa6884474545123f6d0577459fa2
|
||||
size 9366541
|
@ -1,3 +1,77 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 23 12:29:15 UTC 2023 - felix.niederwanger@suse.de
|
||||
|
||||
- Update to version 3.63.1:
|
||||
* feat(github): scan issue & pr titles (#1899)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 22 17:14:15 UTC 2023 - felix.niederwanger@suse.de
|
||||
|
||||
- Update to version 3.63.0:
|
||||
* use camelcase var names (#2123)
|
||||
* Remove unused functions (#2122)
|
||||
* [chore] - update readme help flags (#2120)
|
||||
* feat(signing): Sign checksum (#1894)
|
||||
* import missing detectors (#2119)
|
||||
* Fix forks and repos counter, add metric for orgs enumerated (#2118)
|
||||
* feat(telegram): add username to extradata (#2100)
|
||||
* add extra data to github detector (#1909)
|
||||
* fixed gist direct link generation (#2115)
|
||||
* fix nil map assignment (#2117)
|
||||
* [chore] Add JSON tags to job metrics (#2114)
|
||||
* move all Git setup into Init method (#2105)
|
||||
* add proto fields for Git (#2104)
|
||||
* extract AWS account number from ID without verification (#2091)
|
||||
* Adding Sumo Logic how to rotate (#2103)
|
||||
* update protos so we can use the git source for CI (#2102)
|
||||
* Detector-Competition-Feat: Added Replicate API token detector (#2021)
|
||||
* Detector-Competition-Feat: Added Ngrok API token detector (#2024)
|
||||
* Competition-Detector-New:added v2 version for fullstory (#2067)
|
||||
* Add support for user:pass@host to postgres JDBC detector (#2089)
|
||||
* Detector-Competition-Feat: Add Overloop detector (#2080)
|
||||
* Detector-Competition-Feat: Added Request.Finance API token detector (#2020)
|
||||
* Detector-Competition-New : created grafana service account detector (#1960)
|
||||
* Detector-Competition-Fix: fixed zulipchat detector (#1990)
|
||||
* Grafana (#2096)
|
||||
* Competition-Detector-New: added eventbrite detector (#2072)
|
||||
* logz.io detector (#2076)
|
||||
* Coda Detector (#2075)
|
||||
* fix (#2094)
|
||||
* Detector-Competition-Fix: Fix LiveAgent Detector & Verifier (#2001)
|
||||
* pulling short lived AWS keys into their own thing, fixes #1224 (#2088)
|
||||
* Support multiple detectors per match (#2065)
|
||||
* [chore] Speedup IsKnownFalsePositive using sets (#2090)
|
||||
* Detector-Competition-Fix: Fix ScraperSite (deprecated) (#2074)
|
||||
* Detector-Competition-Fix: Fix PassBase (acquired, deprecated) (#2079)
|
||||
* Detector-Competition-New - Created Grafana Cloud API Key detector (#1959)
|
||||
* Detector-Competition-Fix: Fix/Deprecate Prospect.io (#2081)
|
||||
* added resource type mapping to extraData in AWS (#2087)
|
||||
* Detector-Competition-Fix: Fix FakeJSON (deprecated) (#2073)
|
||||
* fixed helpscout detector regex and verifier (#2056)
|
||||
* Detector-Competition-Fix: fixed regex for databricks domain and fixed tests (#1965)
|
||||
* modified regex (#2033)
|
||||
* Detector-Competition-Feat: Adding Azure Container Registry Password Detector (#1958)
|
||||
* Detector-Competition-Fix: Fix SentimentInvestor (deprecated) (#2078)
|
||||
* Refactor git source to support scanning units (#2083)
|
||||
* [chore] Replace chunks channel with ChunkReporter in git based sources (#2082)
|
||||
* update comment (#2084)
|
||||
* use rawv2 for pubnubpublish (#2062)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 01 10:39:23 UTC 2023 - felix.niederwanger@suse.de
|
||||
|
||||
- Update to version 3.62.1:
|
||||
* [chore] - correctly handle input shorter than 512 bytes (#2077)
|
||||
* [chore] - add binutils dep to dockerfile (#2061)
|
||||
* update braintreepayments detector to tri-state verification (#1834)
|
||||
* Detector-Competition-Feat: Adding Azure Batch keys (#1956)
|
||||
* Detector-Competition-Fix: Fix redis to now support SSL, and look for azure redis connection strings (#1957)
|
||||
* Detector-Competition-Fix: Fix AppFollow Detection & Verification (#1933)
|
||||
* Centralize logic for checking archive extraction tools (#2063)
|
||||
* [chore] Fix SourceManager flaky test (#2059)
|
||||
* Support multiple custom detectors (#2064)
|
||||
* Detector-Competition-Fix: Fix SalesBlink Detection & Verification (#1950)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 30 16:57:30 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: trufflehog
|
||||
version: 3.62.0
|
||||
mtime: 1698676105
|
||||
commit: 05fae156e159ea38d15eba191f4ee549757bc370
|
||||
version: 3.63.1
|
||||
mtime: 1700709327
|
||||
commit: 1f502fd42c4eb83cf4f1151dfe24024d715f63d2
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package trufflehog
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: trufflehog
|
||||
Version: 3.62.0
|
||||
Version: 3.63.1
|
||||
Release: 0
|
||||
Summary: CLI tool to find exposed secrets in source and archives
|
||||
License: AGPL-3.0-or-later
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d0e1e32539d9f0a9616a8d860c8bd1b3ebc1cb73858c335fd7d527bd4d53be3
|
||||
size 20006832
|
||||
oid sha256:6db11b7ba75bd1a163b30ec5a8a7373acfee2a3868865e56b76665836e0958a9
|
||||
size 19958713
|
||||
|
Loading…
x
Reference in New Issue
Block a user