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

Emailproxy.exe is being reported as a containing a virus by McAffe antivirus. #265

Closed
Rick-G1 opened this issue Jul 27, 2024 · 2 comments
Closed

Comments

@Rick-G1
Copy link

Rick-G1 commented Jul 27, 2024

Because of the common problem of many PyPI compilations being detected as a virus, such as Emailproxy.exe is, would it be possible to list the MD5 hash for at least the Windows version of the executable file emailproxy.exe. This would give people downloading the package a degree of confidence that the downloaded files do not contain a virus.

This can be done in Windows with "certutil -hashfile emailproxy.exe MD5" and then publish the hash number. (The number I have on the latest one I've downloaded [2024_05_25] is 65dfebe8463511e0f8a69f6cc4f49b8f)

Thanks!!

@simonrob
Copy link
Owner

Thanks for the suggestion. It's a shame that virus scanners incorrectly do this, but always worth reporting these incorrect results to them to improve detection (different providers support this in different ways, but here's the AVG reporting page, for example).

Re: MD5 hash – I'm not sure what this would achieve, given that the compiled version of the proxy is built entirely automatically, and any person or process that has access to set edit the release page to add the hash could also maliciously edit the compiled file. Still, in case it helps, the hash from my side is also 65dfebe8463511e0f8a69f6cc4f49b8f.

@Rick-G1
Copy link
Author

Rick-G1 commented Jul 28, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants