Skip to content

Commit

Permalink
Detector-Competition-Fix: Fix PassBase (acquired, deprecated) (#2079)
Browse files Browse the repository at this point in the history
  • Loading branch information
lc authored Nov 3, 2023
1 parent b95ed3b commit 41e9cc5
Show file tree
Hide file tree
Showing 5 changed files with 399 additions and 597 deletions.
77 changes: 0 additions & 77 deletions pkg/detectors/passbase/passbase.go

This file was deleted.

120 changes: 0 additions & 120 deletions pkg/detectors/passbase/passbase_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 @@ -483,7 +483,6 @@ import (
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parsers"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parseur"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/partnerstack"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/passbase"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pastebin"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paydirtapp"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paymoapp"
Expand Down Expand Up @@ -1217,7 +1216,6 @@ func DefaultDetectors() []detectors.Detector {
optimizely.Scanner{},
censys.Scanner{},
scraperbox.Scanner{},
passbase.Scanner{},
ticketmaster.Scanner{},
iexcloud.Scanner{},
partnerstack.Scanner{},
Expand Down
Loading

0 comments on commit 41e9cc5

Please sign in to comment.