Skip to content

Commit

Permalink
Merge pull request #2107 from ppfeister/bugfix/false-pos
Browse files Browse the repository at this point in the history
Fix new false positives
  • Loading branch information
sdushantha committed May 9, 2024
2 parents 66bd3a8 + de21308 commit 3d283b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,7 @@
"username_claimed": "blue"
},
"CNET": {
"errorMsg": "null null - CNET",
"errorType": "message",
"errorType": "status_code",
"regexCheck": "^[a-z].*$",
"url": "https://www.cnet.com/profiles/{}/",
"urlMain": "https://www.cnet.com/",
Expand Down Expand Up @@ -1297,6 +1296,7 @@
"username_claimed": "paulpfeister"
},
"Linktree": {
"regexCheck": "^[\\w\\.]{2,30}$",
"errorMsg": "\"statusCode\":404",
"errorType": "message",
"url": "https://linktr.ee/{}",
Expand Down

0 comments on commit 3d283b6

Please sign in to comment.