Skip to content

Commit

Permalink
Detector-Competition-Fix: Fix/Remove BlaBlaBus, API retired (#1996)
Browse files Browse the repository at this point in the history
* Detector-Competition-Fix: Fix/Remove BlaBlaBus, API retired

* Detector-Competition-Fix: Depreciate Blabus proto
  • Loading branch information
lc authored Oct 25, 2023
1 parent cebd92d commit 51b7fcc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 202 deletions.
79 changes: 0 additions & 79 deletions pkg/detectors/blablabus/blablabus.go

This file was deleted.

120 changes: 0 additions & 120 deletions pkg/detectors/blablabus/blablabus_test.go

This file was deleted.

2 changes: 0 additions & 2 deletions pkg/engine/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ import (
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitfinex"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitlyaccesstoken"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitmex"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blablabus"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blazemeter"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blitapp"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blocknative"
Expand Down Expand Up @@ -1064,7 +1063,6 @@ func DefaultDetectors() []detectors.Detector {
deepgram.Scanner{},
brandfetch.Scanner{},
typeform.Scanner{},
blablabus.Scanner{},
fxmarket.Scanner{},
ipapi.Scanner{},
clearbit.Scanner{},
Expand Down
2 changes: 1 addition & 1 deletion proto/detectors.proto
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ enum DetectorType {
Imagga = 349;
SMSApi = 350;
Distribusion = 351;
Blablabus = 352;
Blablabus = 352 [deprecated = true];
WordsApi = 353;
Currencylayer = 354;
Html2Pdf = 355;
Expand Down

0 comments on commit 51b7fcc

Please sign in to comment.