From a9e25a3a7981014a5e24a965a0eeca4935dfc784 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sat, 16 Jul 2022 19:13:55 +0200 Subject: [PATCH 1/3] removed Pinterest --- removed_sites.json | 7 +++++++ removed_sites.md | 13 +++++++++++++ sherlock/resources/data.json | 7 ------- sherlock/tests/all.py | 2 +- 4 files changed, 21 insertions(+), 8 deletions(-) diff --git a/removed_sites.json b/removed_sites.json index 5bc9d667..24c342ec 100644 --- a/removed_sites.json +++ b/removed_sites.json @@ -762,4 +762,11 @@ "username_claimed": "red", "username_unclaimed": "noonewouldeverusethis7" }, + "Pinterest": { + "errorType": "status_code", + "url": "https://www.pinterest.com/{}/", + "urlMain": "https://www.pinterest.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis76543" + } } diff --git a/removed_sites.md b/removed_sites.md index 43513ead..d97cb802 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -1456,3 +1456,16 @@ Raidforums is now run by the FBI "username_unclaimed": "noonewouldeverusethis7" }, ``` + +## Pinterest +Removed due to false positive + +`` + "Pinterest": { + "errorType": "status_code", + "url": "https://www.pinterest.com/{}/", + "urlMain": "https://www.pinterest.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis76543" + } +``` \ No newline at end of file diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 422c58dc..cce930d0 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1489,13 +1489,6 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, - "Pinterest": { - "errorType": "status_code", - "url": "https://www.pinterest.com/{}/", - "urlMain": "https://www.pinterest.com/", - "username_claimed": "blue", - "username_unclaimed": "noonewouldeverusethis76543" - }, "PlayStore": { "errorType": "status_code", "url": "https://play.google.com/store/apps/developer?id={}", diff --git a/sherlock/tests/all.py b/sherlock/tests/all.py index dc4e9d56..2408c9f2 100644 --- a/sherlock/tests/all.py +++ b/sherlock/tests/all.py @@ -75,7 +75,7 @@ class SherlockDetectTests(SherlockBaseTest): Will trigger an assert if detection mechanism did not work as expected. """ - site = "Pinterest" + site = "PlayStore" site_data = self.site_data_all[site] #Ensure that the site's detection method has not changed. From 75b92279279fd0b63c5efaeae7360f251fb6b6aa Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sat, 16 Jul 2022 19:17:05 +0200 Subject: [PATCH 2/3] updated tests to remove Pinterest --- sherlock/tests/all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock/tests/all.py b/sherlock/tests/all.py index 2408c9f2..56b829b5 100644 --- a/sherlock/tests/all.py +++ b/sherlock/tests/all.py @@ -102,7 +102,7 @@ class SherlockDetectTests(SherlockBaseTest): Will trigger an assert if detection mechanism did not work as expected. """ - site = "Pinterest" + site = "PlayStore" site_data = self.site_data_all[site] #Ensure that the site's detection method has not changed. From d99d6ffa3d92899f47efd5eef1aff71a5373e243 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sat, 16 Jul 2022 19:21:54 +0200 Subject: [PATCH 3/3] use 9GAG for tests instead of PlayStore --- sherlock/tests/all.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sherlock/tests/all.py b/sherlock/tests/all.py index 56b829b5..fd168530 100644 --- a/sherlock/tests/all.py +++ b/sherlock/tests/all.py @@ -75,7 +75,7 @@ class SherlockDetectTests(SherlockBaseTest): Will trigger an assert if detection mechanism did not work as expected. """ - site = "PlayStore" + site = "9GAG" site_data = self.site_data_all[site] #Ensure that the site's detection method has not changed. @@ -102,7 +102,7 @@ class SherlockDetectTests(SherlockBaseTest): Will trigger an assert if detection mechanism did not work as expected. """ - site = "PlayStore" + site = "9GAG" site_data = self.site_data_all[site] #Ensure that the site's detection method has not changed.