Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Append phishfort blocklist #715

Merged
merged 25 commits into from
Jun 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
9c44ea7
Append PhishFort blacklist, whitelist to detection
moosthuizen42 Mar 2, 2022
07c45c7
Typo fix
moosthuizen42 Mar 2, 2022
f983857
Removed unnecessary list
moosthuizen42 Mar 7, 2022
970f695
Merge branch 'MetaMask:main' into main
moosthuizen42 Mar 8, 2022
c15144b
Swapped out blacklist with lighter "hotlist"
moosthuizen42 Mar 8, 2022
6866692
Merge pull request #1 from moosthuizen42/main
korn101 Mar 8, 2022
4b9b383
collapse sequential queries
korn101 Mar 8, 2022
9909aeb
Merge branch 'main' into append-phishfort-blacklist
moosthuizen42 Mar 9, 2022
0c433ec
Merge branch 'MetaMask:main' into append-phishfort-blacklist
moosthuizen42 Mar 17, 2022
92337b7
Merge branch 'main' into append-phishfort-blacklist
moosthuizen42 Mar 24, 2022
06c57a9
Updated queryConfig, graceful failure of one list.
moosthuizen42 Mar 24, 2022
34fa437
Merge branch 'main' into append-phishfort-blacklist
moosthuizen42 Apr 21, 2022
6b761b8
Updated eth-phishing-detect to v1.2
moosthuizen42 Apr 21, 2022
249f7e8
Add config interface, shaping of configs.
moosthuizen42 Apr 21, 2022
5fa6859
Updated tests for multiple configs
moosthuizen42 Apr 21, 2022
ba7a508
Return EthPhishingDetectResult from check(...)
moosthuizen42 Apr 22, 2022
259e3fd
Tests: 'type' & 'name' checks, fuzzy & legacy cnf.
moosthuizen42 Apr 25, 2022
fe99e5d
Update src/third-party/PhishingController.ts
moosthuizen42 Apr 25, 2022
d29e6c7
Updated default config & related tests
moosthuizen42 Apr 25, 2022
f90d7e7
Update src/third-party/PhishingController.ts
moosthuizen42 Apr 26, 2022
8a966c8
Merge branch 'MetaMask:main' into append-phishfort-blacklist
moosthuizen42 Apr 26, 2022
f33c835
Update src/third-party/PhishingController.ts
moosthuizen42 Apr 26, 2022
7047898
Merge branch 'MetaMask:main' into append-phishfort-blacklist
moosthuizen42 Apr 28, 2022
f6a62a9
Linting
moosthuizen42 Apr 28, 2022
f9172ea
Merge branch 'main' into append-phishfort-blacklist
moosthuizen42 May 31, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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