diff --git a/CONTRIBUTORS b/CONTRIBUTORS index bfdec8c08..111466d4b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,7 +3,7 @@ 302 mhusnirizal update all.json (#2099) 232 Frank Update all.json (#2112) 179 Tim Janssen Update all.json (#2123) - 91 michalisFr Update all.json from Allure Security findings (#2120) + 92 michalisFr Added 0 new domains (#2124) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) 9 Dan Shields add multipe reported scams (#297) diff --git a/all.json b/all.json index 2032d621e..b2fc5775e 100644 --- a/all.json +++ b/all.json @@ -3421,6 +3421,7 @@ "debug-wallets.com", "debugapp.net", "debugconnect.com", + "debuginterface.com", "debugresolve.co", "decentalizedlead.live", "decentdapp.com", @@ -6743,6 +6744,7 @@ "nodestringfix.site", "nodestringoracle.net", "nodestringtool.live", + "nodesupdates.co", "nodesupgrade.live", "nodesvalidation.com", "nodesvalidation.org", @@ -8590,6 +8592,7 @@ "smartconnectdapp.com", "smartconnectintegratedapp.com", "smartconnectionapp.com", + "smartconnectorapp.com", "smartconnects.org", "smartconnectsdapp.com", "smartconnectsdefi.com", @@ -12224,9 +12227,6 @@ "zinotiger.com", "zipwallet.net", "zonefix.net", - "zwalletconnect.com", - "debuginterface.com", - "smartconnectorapp.com", - "nodesupdates.co" + "zwalletconnect.com" ] } diff --git a/meta/2022-08.json b/meta/2022-08.json index 215ddf59e..f81269ff3 100644 --- a/meta/2022-08.json +++ b/meta/2022-08.json @@ -39,6 +39,10 @@ "date": "2022-08-26", "url": "dappsnet.io" }, + { + "date": "2022-08-26", + "url": "debuginterface.com" + }, { "date": "2022-08-26", "url": "direct-sync.net" @@ -63,6 +67,10 @@ "date": "2022-08-26", "url": "mainnetdapp.app" }, + { + "date": "2022-08-26", + "url": "nodesupdates.co" + }, { "date": "2022-08-26", "url": "openwalletsystem.company" @@ -83,6 +91,10 @@ "date": "2022-08-26", "url": "signs-fixing.net" }, + { + "date": "2022-08-26", + "url": "smartconnectorapp.com" + }, { "date": "2022-08-26", "url": "synconection.com" diff --git a/package.json b/package.json index 3ae6da12c..ee6a8561d 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.7-21-x", + "version": "0.18.7-22-x", "versions": { - "git": "0.18.7-21-x", + "git": "0.18.7-22-x", "npm": "0.18.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index f985a3415..9eb0c7acc 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.7-21-x", + "version": "0.18.7-22-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index b6aa03729..f25721b60 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.18.7-21-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.7-22-x' };