From 93b9aa1476e899d94c0cf0d353af25ff6dd57f49 Mon Sep 17 00:00:00 2001 From: Master Date: Thu, 10 Jan 2019 20:35:05 +0200 Subject: [PATCH 1/2] fixed #99: virustotal false positive --- data.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data.json b/data.json index 2fbcf100..a5765b92 100644 --- a/data.json +++ b/data.json @@ -602,9 +602,10 @@ "errorMsg": "410" }, "VirusTotal": { - "url": "https://www.virustotal.com/#/user/{}", + "url": "https://www.virustotal.com/ui/users/{}/trusted_users", "urlMain": "https://www.virustotal.com/", - "errorType": "status_code" + "errorType": "message", + "errorMsg": "error" }, "WebNode": { "url": "https://{}.webnode.cz/", From a42b6322287a1cb2b60a9728092e0549ce2b372e Mon Sep 17 00:00:00 2001 From: Master Date: Thu, 10 Jan 2019 21:11:55 +0200 Subject: [PATCH 2/2] changed message to prevent false positive in case of username 'error' --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index a5765b92..93eab5d2 100644 --- a/data.json +++ b/data.json @@ -605,7 +605,7 @@ "url": "https://www.virustotal.com/ui/users/{}/trusted_users", "urlMain": "https://www.virustotal.com/", "errorType": "message", - "errorMsg": "error" + "errorMsg": "not found" }, "WebNode": { "url": "https://{}.webnode.cz/",