Second-Hand-Friends / kleinanzeigen-bot

A dilligent command line tool to publish ads on kleinanzeigen.de
GNU Affero General Public License v3.0
197 stars 43 forks source link

[BUG] Virus Warning with latest #269

Closed TylonHH closed 6 months ago

TylonHH commented 6 months ago

I get virus warning and windows defender removes immediately the file

Program:Win32/Wacapew.C!ml

VirusTotal Link

IchSkill commented 6 months ago

I also got this on the previous version, just add an exception for the files

sebthom commented 6 months ago

This is a Windows Defender false positive. There are lots of reports where it miss-detects pyinstaller exes as trojans. I don't think there is anything we can do.

For what it's worth, I added a build step at the beginning which installs/starts the clamav daemon. so in the unlikely case one of the python dependencies should contain a trojan this should catch it and prevent a release build.

You can also run the bot via the docker image or run it directly from source as documented.

sebthom commented 5 months ago

The release now contains a kleinanzeigen-bot-windows-amd64-uncompressed.exe file which is not compressed using upx. maybe this prevents the false positive being triggered.