From d426f39d49fac2ff96725328f185826dbb4ac542 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sat, 4 Feb 2023 17:50:38 +0100 Subject: [PATCH] removed Arduino due to false positives --- removed_sites.json | 9 +++++++++ removed_sites.md | 17 +++++++++++++++++ sherlock/resources/data.json | 8 -------- 3 files changed, 26 insertions(+), 8 deletions(-) diff --git a/removed_sites.json b/removed_sites.json index 68fa162..46d0150 100644 --- a/removed_sites.json +++ b/removed_sites.json @@ -791,5 +791,14 @@ "urlMain": "https://mastodon.xyz/", "username_claimed": "ashfurrow", "username_unclaimed": "noonewouldeverusethis7" + }, + "Arduino": { + "errorMsg":"Arduino Cloud", + "errorType": "message", + "regexCheck": "^(?![_-])[A-Za-z0-9_-]{3,}$", + "url": "https://projecthub.arduino.cc/{}", + "urlMain": "https://www.arduino.cc/", + "username_claimed": "blue", + "username_unclaimed": "noonewould" } } diff --git a/removed_sites.md b/removed_sites.md index 0fe1991..827de9d 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -1577,4 +1577,21 @@ As of 18.12.2022, mastodon.technology has no A/AAAA records and the [website was "username_claimed": "ashfurrow", "username_unclaimed": "noonewouldeverusethis7" }, +``` + + +## Aruino +As of 04.02.2023, Arduino returns false positives. Finding a fix is doable but takes some time. Will be fixed later + +```json +"Arduino": { + "errorMsg":"Arduino Cloud", + "errorType": "message", + "regexCheck": "^(?![_-])[A-Za-z0-9_-]{3,}$", + "url": "https://projecthub.arduino.cc/{}", + "urlMain": "https://www.arduino.cc/", + "username_claimed": "blue", + "username_unclaimed": "noonewould" + }, + ``` \ No newline at end of file diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 497b68b..c1b9e5a 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -119,14 +119,6 @@ "username_claimed": "blue", "username_unclaimed": "noonewould" }, - "Arduino": { - "errorType": "status_code", - "regexCheck": "^(?![_-])[A-Za-z0-9_-]{3,}$", - "url": "https://create.arduino.cc/projecthub/{}", - "urlMain": "https://www.arduino.cc/", - "username_claimed": "blue", - "username_unclaimed": "noonewould" - }, "ArtStation": { "errorType": "status_code", "url": "https://www.artstation.com/{}",