Accepting request 1155283 from devel:languages:go
- Update to version 3.68.4: * Add naive S3 ignorelist (#2536) * fix(deps): update module github.com/stretchr/testify to v1.9.0 (#2534) * fix(deps): update module cloud.google.com/go/storage to v1.39.0 (#2533) * fix(deps): update module github.com/felixge/fgprof to v0.9.4 (#2532) * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.30 (#2529) * Create basic escaped unicode decoder (#2456) * [feat] - Make the client configurable (#2528) * Ignore canary IDs in notifications (#2526) * Fix minor typo (#2527) * Remove one filter word (#2525) * fix(deps): update module golang.org/x/crypto to v0.20.0 (#2523) * fix(deps): update module github.com/prometheus/client_golang to v1.19.0 (#2522) * fix(deps): update module github.com/googleapis/gax-go/v2 to v2.12.2 (#2521) * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.28 (#2520) * fix(deps): update module github.com/golang-jwt/jwt/v4 to v5 (#2513) * Improve Gitlab default URL handling (#2491) * Implement detectors.EndpointCustomizer on datadogtoken (#2510) * JDBC test and parsing improvements (#2516) * Improve monogo and snowflake detectors (#2518) * fix(deps): update module google.golang.org/api to v0.167.0 (#2512) * fix(deps): update module github.com/xanzy/go-gitlab to v0.98.0 (#2511) * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.25 (#2509) * fix(deps): update golang.org/x/exp digest to 814bf88 (#2508) * fix(deps): update module github.com/golang-jwt/jwt/v4 to v5 (#2455) * fix(deps): update module github.com/google/go-github/v57 to v59 (#2464) * fix prefix check when returning early (#2503) (forwarded request 1155212 from ph03nix) OBS-URL: https://build.opensuse.org/request/show/1155283 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=21
This commit is contained in:
commit
6ca2a36a39
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.68.3</param>
|
||||
<param name="version">v3.68.4</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:6367cbb38e9af654a9464e76198823366f0be01f978db4b6eff6375466b10274
|
||||
size 9626125
|
3
trufflehog-3.68.4.obscpio
Normal file
3
trufflehog-3.68.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e1d47de4f46d064fad11a00f7eb9a8cb779e76589f9c52a015f3984751f1850
|
||||
size 9646093
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 05 13:39:33 UTC 2024 - felix.niederwanger@suse.com
|
||||
|
||||
- Update to version 3.68.4:
|
||||
* Add naive S3 ignorelist (#2536)
|
||||
* fix(deps): update module github.com/stretchr/testify to v1.9.0 (#2534)
|
||||
* fix(deps): update module cloud.google.com/go/storage to v1.39.0 (#2533)
|
||||
* fix(deps): update module github.com/felixge/fgprof to v0.9.4 (#2532)
|
||||
* fix(deps): update module github.com/aws/aws-sdk-go to v1.50.30 (#2529)
|
||||
* Create basic escaped unicode decoder (#2456)
|
||||
* [feat] - Make the client configurable (#2528)
|
||||
* Ignore canary IDs in notifications (#2526)
|
||||
* Fix minor typo (#2527)
|
||||
* Remove one filter word (#2525)
|
||||
* fix(deps): update module golang.org/x/crypto to v0.20.0 (#2523)
|
||||
* fix(deps): update module github.com/prometheus/client_golang to v1.19.0 (#2522)
|
||||
* fix(deps): update module github.com/googleapis/gax-go/v2 to v2.12.2 (#2521)
|
||||
* fix(deps): update module github.com/aws/aws-sdk-go to v1.50.28 (#2520)
|
||||
* fix(deps): update module github.com/golang-jwt/jwt/v4 to v5 (#2513)
|
||||
* Improve Gitlab default URL handling (#2491)
|
||||
* Implement detectors.EndpointCustomizer on datadogtoken (#2510)
|
||||
* JDBC test and parsing improvements (#2516)
|
||||
* Improve monogo and snowflake detectors (#2518)
|
||||
* fix(deps): update module google.golang.org/api to v0.167.0 (#2512)
|
||||
* fix(deps): update module github.com/xanzy/go-gitlab to v0.98.0 (#2511)
|
||||
* fix(deps): update module github.com/aws/aws-sdk-go to v1.50.25 (#2509)
|
||||
* fix(deps): update golang.org/x/exp digest to 814bf88 (#2508)
|
||||
* fix(deps): update module github.com/golang-jwt/jwt/v4 to v5 (#2455)
|
||||
* fix(deps): update module github.com/google/go-github/v57 to v59 (#2464)
|
||||
* fix prefix check when returning early (#2503)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 29 08:01:06 UTC 2024 - felix.niederwanger@suse.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: trufflehog
|
||||
version: 3.68.3
|
||||
mtime: 1709167970
|
||||
commit: 7620906b075a7ec53926b4e5eafee4b3ff9c2c13
|
||||
version: 3.68.4
|
||||
mtime: 1709643680
|
||||
commit: 28ed81f0a2beec4d31bda2ab01f5d76750c0c208
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: trufflehog
|
||||
Version: 3.68.3
|
||||
Version: 3.68.4
|
||||
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:54818d5449f742fafc5a85bc83448e73273b57ca04433459af859d171dfdeff1
|
||||
size 18924201
|
||||
oid sha256:bea54aec311de99040a65e0024db16679a658013c5a0f46badb4d8b945571169
|
||||
size 18928672
|
||||
|
Loading…
x
Reference in New Issue
Block a user