Accepting request 1222994 from devel:languages:go
- Update to version 3.83.5: * remove Analyze protos from gen_protos.sh #3571 * fix(jdbc): ignore invalid sqlserver URLs (#3429) * Added pattern test cases for detectors starting with Alphabet C (#3564) * added name back in extradata (#3569) * feat(mailgun): update detector (#2679) * fix(fetchrss): update detector logic (#2844) * Add UUIDs to false positive checker (#2976) * feat(sumologic): update detector (#3511) * fix(mongodb): ignore invalid URLs (#3440) * fix(rabbitmq): add dial timeout (#3421) (forwarded request 1222952 from ph03nix) OBS-URL: https://build.opensuse.org/request/show/1222994 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=58
This commit is contained in:
commit
eeeff76b92
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.83.4</param>
|
||||
<param name="version">v3.83.5</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/trufflesecurity/trufflehog.git</param>
|
||||
<param name="changesrevision">c345df9951dafcc4c2967dccac9fef5e7a37e299</param></service></servicedata>
|
||||
<param name="changesrevision">781157ae368b2218a0a56b889387dd26faa20f97</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6a8f786c327ea3825c7043698e4621b8866d03802f6edb8cb9f312f9cb886cd
|
||||
size 14838797
|
3
trufflehog-3.83.5.obscpio
Normal file
3
trufflehog-3.83.5.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e70e2548652a08e1f4879af9a8f59d30ad17ac268b4e10998d31554cdf4b2a3
|
||||
size 15040525
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 09 09:47:31 UTC 2024 - felix.niederwanger@suse.com
|
||||
|
||||
- Update to version 3.83.5:
|
||||
* remove Analyze protos from gen_protos.sh #3571
|
||||
* fix(jdbc): ignore invalid sqlserver URLs (#3429)
|
||||
* Added pattern test cases for detectors starting with Alphabet C (#3564)
|
||||
* added name back in extradata (#3569)
|
||||
* feat(mailgun): update detector (#2679)
|
||||
* fix(fetchrss): update detector logic (#2844)
|
||||
* Add UUIDs to false positive checker (#2976)
|
||||
* feat(sumologic): update detector (#3511)
|
||||
* fix(mongodb): ignore invalid URLs (#3440)
|
||||
* fix(rabbitmq): add dial timeout (#3421)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 07 11:14:46 UTC 2024 - felix.niederwanger@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: trufflehog
|
||||
version: 3.83.4
|
||||
mtime: 1730946640
|
||||
commit: c345df9951dafcc4c2967dccac9fef5e7a37e299
|
||||
version: 3.83.5
|
||||
mtime: 1731016760
|
||||
commit: 781157ae368b2218a0a56b889387dd26faa20f97
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: trufflehog
|
||||
Version: 3.83.4
|
||||
Version: 3.83.5
|
||||
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:5a1daf6c5defadf25ca0e63798134b7ea1bb11bb4125d5cc2856c725e57c003d
|
||||
size 23637700
|
||||
oid sha256:8925fcef406f5caa39dd0995f6b32ff3678e843ec5f884cf2e2e5b01d4d30c0f
|
||||
size 23637675
|
||||
|
Loading…
x
Reference in New Issue
Block a user