Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows executable flagged by scanners #269

Closed
binwiederhier opened this issue May 25, 2022 · 4 comments
Closed

Windows executable flagged by scanners #269

binwiederhier opened this issue May 25, 2022 · 4 comments
Labels
🪲 bug Something isn't working in-progress 🏃 I'm working on this right now server Relates to the main binary (server or client)

Comments

@binwiederhier
Copy link
Owner

No description provided.

@binwiederhier binwiederhier added 🪲 bug Something isn't working server Relates to the main binary (server or client) labels May 25, 2022
@Curid
Copy link
Contributor

Curid commented May 25, 2022

@binwiederhier
Copy link
Owner Author

Apparently it is common for Go binaries to be flagged by virus scanners, so common that they dedicated a FAQ item to it: https://go.dev/doc/faq#virus

There's also a 5 months young Reddit post about it: https://www.reddit.com/r/golang/comments/rism9x/why_does_windows_defender_still_flag_gobinaries/

The bottom line is: There's nothing you can do about it. I manually re-read the code of subscribe.go, and it's injecting the environment variables from the remote message, NOT the command. So those scanners are all wrong.

@binwiederhier
Copy link
Owner Author

The scoop project has asked for binaries to be built from a pipeline to prove that they match the source. I wanted to do that anyway in #36 so I'm doing that.

@binwiederhier binwiederhier added the in-progress 🏃 I'm working on this right now label May 30, 2022
@binwiederhier
Copy link
Owner Author

I commented on ScoopInstaller/Main#3594 and I'm now awaiting their response. There is nothing really I can do about the executable being flagged by scanners. I'm going to close this ticket for now. If anyone has any great ideas let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪲 bug Something isn't working in-progress 🏃 I'm working on this right now server Relates to the main binary (server or client)
Projects
None yet
Development

No branches or pull requests

2 participants