Accepting request 1172179 from devel:languages:go
- Update to version 3.75.0: * fix(deps): update module golang.org/x/text to v0.15.0 (#2786) * fix(deps): update module golang.org/x/oauth2 to v0.20.0 (#2785) * fix(deps): update module github.com/charmbracelet/bubbletea to v0.26.1 (#2777) * fix(deps): update module github.com/googleapis/gax-go/v2 to v2.12.4 (#2781) * fix(deps): update module github.com/aws/aws-sdk-go to v1.52.2 (#2776) * fix(deps): update module cloud.google.com/go/secretmanager to v1.13.0 (#2775) * set default buffer size to 64 (#2778) * Update result's extra data for Slack (#2779) * fix for infinite recursion in Postman var sub (#2780) * Update rabbitmq.go regex detect amqps protocol (#2609) * adds build version to finished scanning log (#2773) * update imports (#2772) * fix(deps): update module google.golang.org/api to v0.177.0 (#2770) * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.32 (#2769) * Detector-Competition-Fix - fixed the alchemy detector regex (#1821) * Detector-Fix: Reintroduce Cloudflareglobalapikey (#2101) * Expose detector-specific false positive logic (#2743) * fixed calendly api key (#2368) * [bug] - Improve BufferedFileReader Close Behavior (#2768) * fix(deps): update module google.golang.org/protobuf to v1.34.0 (#2766) * [feat] - Add ReadFrom method to BufferedFileWriter (#2759) * [feat] - buffered file reader (#2731) * test(git): change length of chunks (#2767) * [chore] Add some happy path logs to GitLab (#2765) * Update ignore extensions (#2764) * Correclty set metrics for enumerated orgs (#2757) * feat(git): scan commit metadata (#2754) * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.31 (#2763) * ignore pbix and vsdx files (#2762) (forwarded request 1172166 from ph03nix) OBS-URL: https://build.opensuse.org/request/show/1172179 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=31
This commit is contained in:
commit
99b2d305da
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/trufflesecurity/trufflehog.git</param>
|
<param name="url">https://github.com/trufflesecurity/trufflehog.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">main</param>
|
<param name="revision">main</param>
|
||||||
<param name="version">v3.74.0</param>
|
<param name="version">v3.75.0</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9c41478338f19c1b0647ae97804b46ef2f02a4a7aa3991b8fde1695772a05842
|
|
||||||
size 9643021
|
|
3
trufflehog-3.75.0.obscpio
Normal file
3
trufflehog-3.75.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7213d9242bac2b86d5d6d35e9ba26460a4f5c6e5417fdb0f63e96e13da218171
|
||||||
|
size 9698317
|
@ -1,3 +1,54 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 06 11:59:37 UTC 2024 - felix.niederwanger@suse.de
|
||||||
|
|
||||||
|
- Update to version 3.75.0:
|
||||||
|
* fix(deps): update module golang.org/x/text to v0.15.0 (#2786)
|
||||||
|
* fix(deps): update module golang.org/x/oauth2 to v0.20.0 (#2785)
|
||||||
|
* fix(deps): update module github.com/charmbracelet/bubbletea to v0.26.1 (#2777)
|
||||||
|
* fix(deps): update module github.com/googleapis/gax-go/v2 to v2.12.4 (#2781)
|
||||||
|
* fix(deps): update module github.com/aws/aws-sdk-go to v1.52.2 (#2776)
|
||||||
|
* fix(deps): update module cloud.google.com/go/secretmanager to v1.13.0 (#2775)
|
||||||
|
* set default buffer size to 64 (#2778)
|
||||||
|
* Update result's extra data for Slack (#2779)
|
||||||
|
* fix for infinite recursion in Postman var sub (#2780)
|
||||||
|
* Update rabbitmq.go regex detect amqps protocol (#2609)
|
||||||
|
* adds build version to finished scanning log (#2773)
|
||||||
|
* update imports (#2772)
|
||||||
|
* fix(deps): update module google.golang.org/api to v0.177.0 (#2770)
|
||||||
|
* fix(deps): update module github.com/aws/aws-sdk-go to v1.51.32 (#2769)
|
||||||
|
* Detector-Competition-Fix - fixed the alchemy detector regex (#1821)
|
||||||
|
* Detector-Fix: Reintroduce Cloudflareglobalapikey (#2101)
|
||||||
|
* Expose detector-specific false positive logic (#2743)
|
||||||
|
* fixed calendly api key (#2368)
|
||||||
|
* [bug] - Improve BufferedFileReader Close Behavior (#2768)
|
||||||
|
* fix(deps): update module google.golang.org/protobuf to v1.34.0 (#2766)
|
||||||
|
* [feat] - Add ReadFrom method to BufferedFileWriter (#2759)
|
||||||
|
* [feat] - buffered file reader (#2731)
|
||||||
|
* test(git): change length of chunks (#2767)
|
||||||
|
* [chore] Add some happy path logs to GitLab (#2765)
|
||||||
|
* Update ignore extensions (#2764)
|
||||||
|
* Correclty set metrics for enumerated orgs (#2757)
|
||||||
|
* feat(git): scan commit metadata (#2754)
|
||||||
|
* fix(deps): update module github.com/aws/aws-sdk-go to v1.51.31 (#2763)
|
||||||
|
* ignore pbix and vsdx files (#2762)
|
||||||
|
* pkg: fix function names in comment (#2761)
|
||||||
|
* [chore] - add additional binary extension (#2760)
|
||||||
|
* fix(deps): update module github.com/aws/aws-sdk-go to v1.51.30 (#2756)
|
||||||
|
* update integration logos (#2752)
|
||||||
|
* fix(deps): update module github.com/aws/aws-sdk-go to v1.51.29 (#2751)
|
||||||
|
* [bug] - Fix the metric for buffered file writer writes (#2750)
|
||||||
|
* [bug] - fix buffer size metric (#2749)
|
||||||
|
* [chore] Remove broken test (#2748)
|
||||||
|
* [refactor] - lazy buffer retrieval (#2745)
|
||||||
|
* [chore] - update buffered file writer metric (#2740)
|
||||||
|
* [bug] - Refactor newDiff constructor to avoid double initialization of contentWriter (#2742)
|
||||||
|
* Revert "feat(git): scan commit metadata (#2713)" (#2747)
|
||||||
|
* Fix SQL Server detector tests (#2716)
|
||||||
|
* feat(git): scan commit metadata (#2713)
|
||||||
|
* chore(deps): update golangci/golangci-lint-action action to v5 (#2744)
|
||||||
|
* fix(deps): update module github.com/aws/aws-sdk-go to v1.51.28 (#2741)
|
||||||
|
* update buffer metrics (#2737)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 24 06:40:13 UTC 2024 - felix.niederwanger@suse.de
|
Wed Apr 24 06:40:13 UTC 2024 - felix.niederwanger@suse.de
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: trufflehog
|
name: trufflehog
|
||||||
version: 3.74.0
|
version: 3.75.0
|
||||||
mtime: 1713908308
|
mtime: 1714941564
|
||||||
commit: ea4d9d2d32f45e77893ecb6338d7c6bd7cddb3ec
|
commit: 2a7e13a7a9eae375cd80087dfe94c54ce9db1bc4
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: trufflehog
|
Name: trufflehog
|
||||||
Version: 3.74.0
|
Version: 3.75.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: CLI tool to find exposed secrets in source and archives
|
Summary: CLI tool to find exposed secrets in source and archives
|
||||||
License: AGPL-3.0-or-later
|
License: AGPL-3.0-or-later
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:6516d95cc01771622716a9f8086b479d135ed3dcfbf9909aa7388889eb6c265a
|
oid sha256:e92e929363915cb5b1cbf01ab0198d6dc82c64bce1e3343b6e894b1ac29fbaf0
|
||||||
size 19283564
|
size 19283615
|
||||||
|
Loading…
x
Reference in New Issue
Block a user