Merge pull request #2670 from simplyNour/Bug/fix-false-positive-for-topcoder

fix: false positive for Topcoder
This commit is contained in:
Paul Pfeister 2025-10-18 23:47:34 -07:00 committed by GitHub
commit 457e16e84f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2349,7 +2349,7 @@
"urlMain": "https://topcoder.com/",
"username_claimed": "USER",
"urlProbe": "https://api.topcoder.com/v5/members/{}",
"regexCheck": "[a-zA-Z0-9 ]"
"regexCheck": "^[a-zA-Z0-9_.]+$"
},
"TRAKTRAIN": {
"errorType": "status_code",