mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 23:24:33 +00:00
added nasdaqdatalink detector
This commit is contained in:
parent
a7026fc6fd
commit
32807dfa38
1 changed files with 2 additions and 5 deletions
|
@ -3,13 +3,10 @@ package nasdaqdatalink
|
|||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
// "log"
|
||||
"net/http"
|
||||
"regexp"
|
||||
"strings"
|
||||
|
||||
"net/http"
|
||||
"time"
|
||||
|
||||
"github.com/trufflesecurity/trufflehog/v3/pkg/common"
|
||||
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors"
|
||||
|
|
Loading…
Reference in a new issue