Skip to content

Commit

Permalink
Detector-Competition-Fix: Fix/Deprecate Prospect.io (#2081)
Browse files Browse the repository at this point in the history
* Detector-Competition-Feat: Fix/Deprecate Prospect.io

* Detector-Competition-Fix: fix defaults.go
  • Loading branch information
lc authored Nov 3, 2023
1 parent a1d74cd commit 9e52e3e
Show file tree
Hide file tree
Showing 5 changed files with 826 additions and 1,025 deletions.
78 changes: 0 additions & 78 deletions pkg/detectors/prospectio/prospectio.go

This file was deleted.

120 changes: 0 additions & 120 deletions pkg/detectors/prospectio/prospectio_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 @@ -517,7 +517,6 @@ import (
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/privatekey"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prodpad"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prospectcrm"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prospectio"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/protocolsio"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/proxycrawl"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pubnubpublishkey"
Expand Down Expand Up @@ -943,7 +942,6 @@ func DefaultDetectors() []detectors.Detector {
&delighted.Scanner{},
&abbysale.Scanner{},
&feedier.Scanner{},
&prospectio.Scanner{},
&nytimes.Scanner{},
&powrbot.Scanner{},
&magnetic.Scanner{},
Expand Down
Loading

0 comments on commit 9e52e3e

Please sign in to comment.