JackMcKew / pyinstaller-action-windows

Github Action for building executables with Pyinstaller
MIT License
168 stars 67 forks source link

false positive on virustotal.com ? #33

Closed darodi closed 1 year ago

darodi commented 1 year ago

I tried building an app with your action. I'm getting

2 security vendors and no sandboxes flagged this file as malicious

on virustotal.com

https://www.virustotal.com/gui/file/d0b96d5b2619fd3da937c8b3449eddefc2bf2866d8fdcd40120df439f27daa4a/detection

Any advice?

JackMcKew commented 1 year ago

This is super interesting!

What happens if you compile an app using pyinstaller on your machine?

darodi commented 1 year ago

@JackMcKew

Same thing. This is a known problem: https://github.com/pyinstaller/pyinstaller/issues/6754