Skip to content

Commit

Permalink
Append phishfort blocklist (#715)
Browse files Browse the repository at this point in the history
* Append PhishFort blacklist, whitelist to detection

* Typo fix

* Removed unnecessary list

* Swapped out blacklist with lighter "hotlist"

* collapse sequential queries

* Updated queryConfig, graceful failure of one list.

* Updated eth-phishing-detect to v1.2

* Add config interface, shaping of configs.

* Updated tests for multiple configs

* Return EthPhishingDetectResult from check(...)

* Tests: 'type' & 'name' checks, fuzzy & legacy cnf.

* Update src/third-party/PhishingController.ts

Co-authored-by: Mark Stacey <[email protected]>

* Updated default config & related tests

* Update src/third-party/PhishingController.ts

Co-authored-by: Mark Stacey <[email protected]>

* Update src/third-party/PhishingController.ts

Co-authored-by: Mark Stacey <[email protected]>

* Linting

Co-authored-by: korn101 <[email protected]>
Co-authored-by: Mark Stacey <[email protected]>
  • Loading branch information
3 people authored Jun 1, 2022
1 parent 87a0140 commit 807ba1f
Show file tree
Hide file tree
Showing 4 changed files with 376 additions and 65 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"eth-json-rpc-infura": "^5.1.0",
"eth-keyring-controller": "^7.0.2",
"eth-method-registry": "1.1.0",
"eth-phishing-detect": "^1.1.16",
"eth-phishing-detect": "^1.2.0",
"eth-query": "^2.1.2",
"eth-rpc-errors": "^4.0.0",
"eth-sig-util": "^3.0.0",
Expand Down
Loading

0 comments on commit 807ba1f

Please sign in to comment.