Skip to content

Commit

Permalink
Merge pull request sherlock-project#1195 from SethFalco/fix-illegal-t…
Browse files Browse the repository at this point in the history
…ests

fix username_unclaimed fields with invalid usernames
  • Loading branch information
sdushantha committed Nov 29, 2021
2 parents 209958d + f2e3f7a commit 15d3b21
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@
"GNOME VCS": {
"errorType": "response_url",
"errorUrl": "https://gitlab.gnome.org/{}",
"regexCheck": "^(?!-)[a-zA-Z0-9_.-]{2,255}(?<!.)$",
"regexCheck": "^(?!-)[a-zA-Z0-9_.-]{2,255}(?<!\\.)$",
"url": "https://gitlab.gnome.org/{}",
"urlMain": "https://gitlab.gnome.org/",
"username_claimed": "adam",
Expand Down Expand Up @@ -776,7 +776,7 @@
"url": "https://www.hexrpg.com/userinfo/{}",
"urlMain": "https://www.hexrpg.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
"username_unclaimed": "noonewouldeverusethi"
},
"HackTheBox": {
"errorType": "status_code",
Expand Down Expand Up @@ -1131,7 +1131,7 @@
"url": "https://help.nextcloud.com/u/{}/summary",
"urlMain": "https://nextcloud.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
"username_unclaimed": "noonewouldeverusethi"
},
"Nightbot": {
"errorType": "status_code",
Expand Down Expand Up @@ -1644,7 +1644,7 @@
"url": "https://tldrlegal.com/users/{}/",
"urlMain": "https://tldrlegal.com/",
"username_claimed": "kevin",
"username_unclaimed": "noonewouldeverusethis7"
"username_unclaimed": "noonewouldeverusethi"
},
"Telegram": {
"errorMsg": "<meta property=\"og:description\" content=\"\">",
Expand All @@ -1668,7 +1668,7 @@
"url": "https://tenor.com/users/{}",
"urlMain": "https://tenor.com/",
"username_claimed": "red",
"username_unclaimed": "impossible-username"
"username_unclaimed": "impossibleusername"
},
"TikTok": {
"errorType": "status_code",
Expand Down Expand Up @@ -1844,7 +1844,7 @@
"url": "https://discourse.wicg.io/u/{}/summary",
"urlMain": "https://discourse.wicg.io/",
"username_claimed": "stefano",
"username_unclaimed": "noonewouldeverusethis7"
"username_unclaimed": "noonewouldeverusethi"
},
"Warrior Forum": {
"errorType": "status_code",
Expand Down

0 comments on commit 15d3b21

Please sign in to comment.