YetAnotherPomodoroApp / YAPA-2

Minimalistic desktop timer app for Pomodoro Technique users
https://yapa2.app/
MIT License
512 stars 58 forks source link

App triggers virus warnings when scanned in VirusTotal #96

Open Boababa opened 2 years ago

Boababa commented 2 years ago

It would be useful to figure out why the scans are triggered and fix, to help with user trust. image

floatas commented 2 years ago

This might be difficult to debug, there is not a lot of information what is causing these warnings

DerTrolde commented 2 years ago

Doesn't look like anything dangerous to me.

AbhiAbzs commented 2 years ago

Same, I also checked and found out that 3 antiviruses are flagging it as Malicious & Malware https://www.virustotal.com/gui/file/4ddef90718490a4c893e4f6edc6b562e24d8cad8ac01041b61c8e890c89cfea5?nocache=1

For debugging purpose, you can check the details tab, one of the issue is that the executable is not signed, and may be it could be a false flag by those antiviruses.

AbhiAbzs commented 2 years ago

Same, I also checked and found out that 3 antiviruses are flagging it as Malicious & Malware https://www.virustotal.com/gui/file/4ddef90718490a4c893e4f6edc6b562e24d8cad8ac01041b61c8e890c89cfea5?nocache=1

For debugging purpose, you can check the details tab, one of the issue is that the executable is not signed, and may be it could be a false flag by those antiviruses.

In the relation tab, its showing that the issues are detected with the bundled files, YAPA2-2.0.179-full.nupkg & update.exe image