mirror of
https://github.com/FlipsideCrypto/eth-phishing-detect.git
synced 2026-02-06 11:16:45 +00:00
add a few new false positives to whitelist tests
This commit is contained in:
parent
1f89580097
commit
3cb415b4ef
@ -80,7 +80,7 @@ function startTests () {
|
||||
"myetherwallet.z",
|
||||
])
|
||||
|
||||
// do NOT detected as phishing
|
||||
// DO NOT detected as phishing
|
||||
|
||||
testAnyType(t, false, [
|
||||
"example.com",
|
||||
@ -112,9 +112,11 @@ function startTests () {
|
||||
"mestatalsl.biz",
|
||||
"thregg.com",
|
||||
"steem.io",
|
||||
"ethereum1.cz",
|
||||
"metalab.co",
|
||||
])
|
||||
|
||||
// do detect as phishing
|
||||
// DO INDEED detect as phishing
|
||||
testAnyType(t, true, [
|
||||
"ethtrade.io",
|
||||
"myetherwallèt.com",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user