Carvera-Community / Carvera_Controller

Community developed version of the Carvera Controller
GNU General Public License v2.0
3 stars 1 forks source link

Anti-virus False Positives #69

Open SergeBakharev opened 1 week ago

SergeBakharev commented 1 week ago

I received a report that our Windows binary is being falsely flagged as "Trojan:Win32/Wacatac.B!ml" by Windows Defender.

Unfortunately this looks like it is a common problem with Python based programs which are packed into executables via PyInstaller or py2exe:

The longer term fix is to have the binary code signed, and for the that certificate to gain positive reputation.

For now I'm going to try submitting the files for malware analysis with MS