diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 8ab196b24..702230b0e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 574 Mich Update all.json (#1851) - 422 Jaco Add ddns.us to known top-level (#1866) + 423 Jaco Adjust wildcard check & add problematic .on.fleek.co (#1871) 257 mhusnirizal update all.json (#1835) 185 Frank Update all.json (#1860) 82 michalisFr Update all.json from Allure Security findings (#1865) diff --git a/all.json b/all.json index e6869b742..6b34d1828 100644 --- a/all.json +++ b/all.json @@ -22,7 +22,6 @@ "1token-im.com", "1v4t96knneojmqrl1rblweebvongdgjsd657zqwqzs6jmdspolkadot.js.org", "1vsoumsoosby8aazwusucqrysh7lakimcneijp8shsj8x6bpolkadot.js.org", - "interfacevalidation.on.fleek.co", "2022-gift.com", "23.254.132.67", "247metamaskrapidresponse.com", @@ -4300,6 +4299,7 @@ "interfaceapi.co", "interfaceconnect.co", "interfaceprotocol.com", + "interfacevalidation.on.fleek.co", "interfidapp.online", "intergatewayip.com", "interloadingdapps.online", diff --git a/meta/2022-07.json b/meta/2022-07.json index 8cb4ecfd0..5953ac6f8 100644 --- a/meta/2022-07.json +++ b/meta/2022-07.json @@ -67,6 +67,10 @@ "date": "2022-07-21", "url": "integrals-dexs.net" }, + { + "date": "2022-07-21", + "url": "interfacevalidation.on.fleek.co" + }, { "date": "2022-07-21", "url": "lopezgarciaabogados.com" diff --git a/package.json b/package.json index e77285809..0159b02f3 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.17.3-63-x", + "version": "0.17.3-64-x", "versions": { - "git": "0.17.3-63-x", + "git": "0.17.3-64-x", "npm": "0.17.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 1193856c7..24b82379a 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.17.3-63-x", + "version": "0.17.3-64-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index a5f8ad80b..40e9656e9 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.17.3-63-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.17.3-64-x' };