diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 43aefb0d9..d0193a987 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 383 Mich Update all.json (#1138) - 343 Jaco Add test for allowed top-level domains (#1120) + 344 Jaco Additional URLs (#1140) 121 mhusnirizal update all.json (#1133) 77 michalisFr Update all.json (#1036) 45 frankywild Update all.json (#1139) diff --git a/all.json b/all.json index 0d0aa3fe9..24571be37 100644 --- a/all.json +++ b/all.json @@ -1,11 +1,6 @@ { "allow": [], "deny": [ - "hex-air.com", - "integratedprotocal.net", - "noderefresh.com", - "dapp.accessactivationbot.com", - "accessactivationbot.com", "0vvvvuniswap.top", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -71,6 +66,7 @@ "access-bank-new-year-offer.topp-offer.online", "accessactivation.com", "accessactivation.live", + "accessactivationbot.com", "accessactivationbot.org", "accesscodesverification.com", "accessconnectdapps.com", @@ -813,6 +809,7 @@ "dapp-walletverification.com", "dapp-walletverify.com", "dapp.2ethereum.website", + "dapp.accessactivationbot.com", "dapp.accessactivationbot.org", "dapp.activationaccess.com", "dapp.connectfix.net", @@ -1596,6 +1593,7 @@ "hc-multibridge.tools", "help-metamask.ml", "helpdask-supportgroup.109-71-253-24.plesk.page", + "hex-air.com", "hiccup.pancakeswap.services", "hiccup.pancakeswap.tools", "hodlnetscan.com", @@ -1690,6 +1688,7 @@ "integrateddecentralizedprotocol.online", "integrateddexprotocol.online", "integratedefiprotocol.online", + "integratedprotocal.net", "integratedservers.online", "integratemintdapps.online", "integratinginterface.com", @@ -2428,6 +2427,7 @@ "nodeddapp.com", "nodelify.live", "nodeprotocol.live", + "noderefresh.com", "nodesapend.online", "nodesappend.online", "nodesappends.online", diff --git a/meta/2022-02.json b/meta/2022-02.json index 7e98482d4..cb447a51e 100644 --- a/meta/2022-02.json +++ b/meta/2022-02.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-02-20", + "url": "accessactivationbot.com" + }, { "date": "2022-02-20", "url": "authenticwall.xyz" @@ -7,6 +11,18 @@ "date": "2022-02-20", "url": "authorizemywall.net" }, + { + "date": "2022-02-20", + "url": "dapp.accessactivationbot.com" + }, + { + "date": "2022-02-20", + "url": "hex-air.com" + }, + { + "date": "2022-02-20", + "url": "integratedprotocal.net" + }, { "date": "2022-02-20", "url": "mainlinvalidate.com" @@ -15,6 +31,10 @@ "date": "2022-02-20", "url": "nftconnectblock.com" }, + { + "date": "2022-02-20", + "url": "noderefresh.com" + }, { "date": "2022-02-20", "url": "validatorconnect.info" diff --git a/package.json b/package.json index 43df50820..fbe6c8710 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.196", + "version": "0.8.197", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 83086f2d6..62bae7f62 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.196", + "version": "0.8.197", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 1d9051c99..f2b8647de 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.196' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.197' };