games647 / FlexibleLogin

A Sponge minecraft server plugin for second factor authentication
https://forums.spongepowered.org/t/8872
MIT License
87 stars 23 forks source link

VirusTotal Detection #184

Closed jerbear2008 closed 3 years ago

jerbear2008 commented 3 years ago

I am pretty sure this is safe, but VirusTotal is showing 7/54 detections as Java.Trojan.GenericGB.29215. Is there a reason this is a detection?

games647 commented 3 years ago

False positive. It could be due to the inclusion of BCrypt for hashing the passwords and including an email library. Both could be strong indicators. However everyone could check the code and compile it on their own. There is no Trojan it. I also took a short peak at the dependencies and it seems safe there too.

jerbear2008 commented 3 years ago

Yeah, that's what I thought. Thanks for confirming though.