-
Notifications
You must be signed in to change notification settings - Fork 22
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
Block the executables with possible malware #353
Comments
That cannot be done with the discord api. It is surely a good idea to check files, however there is a too high risk for us to block files that are relevant to questions and conversations, as you can not be 100% sure its malicious. This would be really bad if none of the moderators would approve the file for hours. Also, just checking a file by its extension does nothing, someone could still fit malicious content into other files. |
I don't think this is necessary. |
I agree with Maeve there. |
|
We don't have a rule for the entire server, it's just not allowed in #project-showcase |
Is your feature request related to a problem? Please describe.
Anyone can send a message with an executable file to any chat with a possible malware.
Even if a new rule: "Do not share executables" will be added, the Moderators Team cannot delete these messages instantly. And they should not, when that process can be automated.
Describe the solution you'd like
JavaBot will block messages with executable, such as ".exe" or ".jar", files automatically. Then there's no need for human moderation.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: