Skip to content

Commit 3b4e5b1

Browse files
committed
Remove blocklist of skins with viruses. These are now purged.
1 parent 91618c9 commit 3b4e5b1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/skin-database/api/graphql/resolvers/BulkDownloadConnection.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ export class BulkDownloadConnection {
6161
.where((builder) => {
6262
builder.where({ skin_type: 1 }).orWhere({ skin_type: 2 });
6363
})
64-
// https://www.virustotal.com/gui/file/cc75df902c1e128433a7f7b8635aa928fe4cefbdcd91564b7e66305a25edd538
65-
// This got flagged as malicious. Unclear if it's a false positive or real.
66-
.whereNot({ md5: "5dac271c708d620db7b29d5bcf1598c2" })
6764
.limit(this._first)
6865
.offset(this._offset);
6966

0 commit comments

Comments
 (0)