Skip to content

Commit 86d94c1

Browse files
Improve Bitfinex Detector - Implemented API-Based Secret Validation (#4368)
* updated secret validation method * simplified the code * updated go modules * simplified the code
1 parent bd525f8 commit 86d94c1

File tree

3 files changed

+85
-542
lines changed

3 files changed

+85
-542
lines changed

go.mod

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,12 @@ require (
3030
github.com/aws/smithy-go v1.22.5
3131
github.com/aymanbagabas/go-osc52 v1.2.1
3232
github.com/bill-rich/go-syslog v0.0.0-20220413021637-49edb52a574c
33-
github.com/bitfinexcom/bitfinex-api-go v0.0.0-20210608095005-9e0b26f200fb
3433
github.com/bradleyfalzon/ghinstallation/v2 v2.14.0
3534
github.com/brianvoe/gofakeit/v7 v7.3.0
3635
github.com/charmbracelet/bubbles v0.18.0
3736
github.com/charmbracelet/bubbletea v1.3.6
3837
github.com/charmbracelet/glamour v0.7.0
3938
github.com/charmbracelet/lipgloss v1.1.0
40-
github.com/coinbase/waas-client-library-go v1.0.8
4139
github.com/couchbase/gocb/v2 v2.10.1
4240
github.com/crewjam/rfc5424 v0.1.0
4341
github.com/csnewman/dextk v0.3.0
@@ -130,11 +128,9 @@ require (
130128
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
131129
cloud.google.com/go/compute/metadata v0.7.0 // indirect
132130
cloud.google.com/go/iam v1.5.2 // indirect
133-
cloud.google.com/go/longrunning v0.6.7 // indirect
134131
cloud.google.com/go/monitoring v1.24.2 // indirect
135132
dario.cat/mergo v1.0.0 // indirect
136133
filippo.io/edwards25519 v1.1.0 // indirect
137-
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
138134
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
139135
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
140136
github.com/AzureAD/microsoft-authentication-library-for-go v1.3.2 // indirect
@@ -214,7 +210,6 @@ require (
214210
github.com/golang-sql/sqlexp v0.1.0 // indirect
215211
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
216212
github.com/golang/snappy v0.0.4 // indirect
217-
github.com/google/go-github/v66 v66.0.0 // indirect
218213
github.com/google/go-github/v69 v69.0.0 // indirect
219214
github.com/google/go-querystring v1.1.0 // indirect
220215
github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7 // indirect
@@ -299,7 +294,6 @@ require (
299294
github.com/yuin/goldmark-emoji v1.0.2 // indirect
300295
github.com/yusufpapurcu/wmi v1.2.3 // indirect
301296
github.com/zeebo/errs v1.4.0 // indirect
302-
go.einride.tech/aip v0.60.0 // indirect
303297
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
304298
go.opentelemetry.io/contrib/detectors/gcp v1.36.0 // indirect
305299
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect

0 commit comments

Comments
 (0)