Malware? #261
Replies: 3 comments 4 replies
|
Hi! Thanks for reporting this. We’ll take a look as soon as possible. For now, the short answer is: no. OpenSAK is a fully open-source desktop application, and we do not include, and never will include, any malware or suspicious code. That’s one of the benefits of being open source: all of the code is publicly available and can be inspected by anyone. My suspicion is that this may be caused by one of the dependencies used by the application triggering a false positive in your antivirus software. I’ll investigate it more closely and see what might be causing the alert. |
|
Thanks for reporting this, CheminerWill — and thanks Fabio for opening the issue. This is a false positive. OpenSAK is clean, open-source software. What's happening is well-known in the Python community: antivirus tools like Avast and Malwarebytes often flag executables built with PyInstaller because the PyInstaller "bootloader" (the code that unpacks and launches the Python runtime) looks suspicious to heuristic scanners. The detection name You can verify this yourself:
The permanent fix is code signing. A signed executable tells Windows and antivirus software that the binary comes from a verified publisher, which eliminates false positives. We are actively working on acquiring a code signing certificate — this is one of the reasons we are setting up OpenSAK as a non-profit to cover the annual cost (~€280/year). In the meantime, you can safely add We will update this issue once the executable is signed. |
|
Thanks. All good. I added the website to Avast exceptions and it works now. Interesting as this was the first exception I have ever needed to add in 10+ years of using Avast. I also reported it to them as a false positive. Malwarebytes was OK with the website so did not need to do anything there. Now I have an unrelated database question that I did not see addressed in the user guide but I will ask that in a new thread. |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I am having trouble running OpenSAK with Malwarebytes and also Avast antivirus. I get messages like the below. I can restore it and create an exception but don't want to if "Win64:Malware-Gen" is a real thing?

All reactions