Squirrel / Squirrel.Windows

An installation and update framework for Windows desktop apps
MIT License
7.23k stars 1.02k forks source link

Marked as malware by MalwareBytes? #1875

Closed tiagorangel2011 closed 5 months ago

tiagorangel2011 commented 5 months ago

I recently scanned my laptop using Malwarebytes and noticed some files for Squirrel.Windows were being detected as malware. These files were installed by Electron (official release) when I was testing the installer creation of my app, so I don't think they should be malware. The flagged files were squirrel.exe (in app_data/local/electron_app_name/version/squirrel.exe) and update.exe (in app_data/local/electron_app_name/update.exe).

I'm not sure if this is related to Squirrel.Windows itself, but I thought it was worth posting because the MalwareBytes forum isn't working for me.

<log removed>
anaisbetts commented 5 months ago

Ask the developer of this Electron app to sign the app, this will help. Otherwise, there's not much we can do, they have not detected a specific virus here, they have detected a "heuristic" where they think that Squirrel is acting like malware because it installs software (but unlike malware, it is done with user consent!)

tiagorangel2011 commented 5 months ago

Oh ok, thank you. I was making the app myself and didn't really know that any exe that installs other file could be detected.