Skip to content

Commit 457e16e

Browse files
authored
Merge pull request #2670 from simplyNour/Bug/fix-false-positive-for-topcoder
fix: false positive for Topcoder
2 parents 43b3736 + e26fd6b commit 457e16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sherlock_project/resources/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2349,7 +2349,7 @@
23492349
"urlMain": "https://topcoder.com/",
23502350
"username_claimed": "USER",
23512351
"urlProbe": "https://api.topcoder.com/v5/members/{}",
2352-
"regexCheck": "[a-zA-Z0-9 ]"
2352+
"regexCheck": "^[a-zA-Z0-9_.]+$"
23532353
},
23542354
"TRAKTRAIN": {
23552355
"errorType": "status_code",

0 commit comments

Comments
 (0)