Skip to content

Commit e26fd6b

Browse files
committed
Fix: false positive for topcoder due to invalid regex
1 parent 1be25e7 commit e26fd6b

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
@@ -2194,7 +2194,7 @@
21942194
"urlMain": "https://topcoder.com/",
21952195
"username_claimed": "USER",
21962196
"urlProbe": "https://api.topcoder.com/v5/members/{}",
2197-
"regexCheck": "[a-zA-Z0-9 ]"
2197+
"regexCheck": "^[a-zA-Z0-9_.]+$"
21982198
},
21992199
"TRAKTRAIN": {
22002200
"errorType": "status_code",

0 commit comments

Comments
 (0)