Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deal with false positives #1958

Merged
merged 6 commits into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
removed ebio.gg
  • Loading branch information
sdushantha committed Dec 21, 2023
commit 51e49dd1207ae8460be6a4eedad3e468e7ebffc4
6 changes: 6 additions & 0 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -863,5 +863,11 @@
"url": "https://forums.whonix.org/u/{}/summary",
"urlMain": "https://forums.whonix.org/",
"username_claimed": "red"
},
"ebio.gg": {
"errorType": "status_code",
"url": "https://ebio.gg/{}",
"urlMain": "https:/ebio.gg",
"username_claimed": "dev"
}
}
11 changes: 11 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -1871,4 +1871,15 @@ As of 2023.12.21, Lolchess returns false positives.
"urlMain": "https://forums.whonix.org/",
"username_claimed": "red"
},
```

## Ebio
As of 2023.12.21, Lolchess returns false positives.
```json
"ebio.gg": {
"errorType": "status_code",
"url": "https://ebio.gg/{}",
"urlMain": "https:/ebio.gg",
"username_claimed": "dev"
},
```
6 changes: 0 additions & 6 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2318,12 +2318,6 @@
"urlMain": "https://egpu.io/",
"username_claimed": "blue"
},
"ebio.gg": {
"errorType": "status_code",
"url": "https://ebio.gg/{}",
"urlMain": "https:/ebio.gg",
"username_claimed": "dev"
},
"eintracht": {
"errorType": "status_code",
"url": "https://community.eintracht.de/fans/{}",
Expand Down
Loading