Skip to content

Commit

Permalink
added poloniex detector
Browse files Browse the repository at this point in the history
  • Loading branch information
galevalerie authored and dustin-decker committed Mar 11, 2022
1 parent b498ff0 commit 594bac8
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions pkg/detectors/poloniex/poloniex.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ import (
"crypto/hmac"
"crypto/sha512"
"encoding/hex"
"strconv"
"time"

// "log"
"regexp"
"strings"

"net/http"
"net/url"
"regexp"
"strconv"
"strings"
"time"

"github.com/trufflesecurity/trufflehog/v3/pkg/common"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors"
Expand Down

0 comments on commit 594bac8

Please sign in to comment.