MinnDevelopment / discord-webhooks

Provides easy to use bindings for the Discord Webhook API
Apache License 2.0
180 stars 34 forks source link

False positive some virus scanners #57

Closed BlockyTheDev closed 2 years ago

BlockyTheDev commented 2 years ago

Some virus Scanners (Bitdefender + Windows Defender + ...) detect https://github.com/MinnDevelopment/discord-webhooks/blob/master/src/main/java/club/minnced/discord/webhook/receive/ReadonlyMessage.java as infected with "Java.Trojan". Can any developer of this project take a look into it?

MinnDevelopment commented 2 years ago

I scanned the file with windows defender just now, I have 0 reports of any viruses. I can assure you this library does not have any trojan in it. I think you might be scanning the javadoc jar, which usually gets detected as a trojan due to the embedded js scripts for search. This looks like it might be a trojan to a virus detector, but it is not.

BlockyTheDev commented 2 years ago

I am already in contact with the laboratory of Microsoft and Bitdefender to remove this false positive. From Microsoft side I have a confirmation.

BlockyTheDev commented 2 years ago

I got the answer auf both that it is added to the whitelist. @MinnDevelopment