Open SergeBakharev opened 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
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