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

Is there a virus in the Hot Fix 2023/05/17 release? #43

Closed
Lehnemann opened this issue May 16, 2023 · 2 comments
Closed

Is there a virus in the Hot Fix 2023/05/17 release? #43

Lehnemann opened this issue May 16, 2023 · 2 comments
Labels
question Further information is requested

Comments

@Lehnemann
Copy link

I don't know much about your code but Bitdefender warns me and I throw the exe file in virustotal.com and It said this to me...
image

Is it a false positive?

@KnugiHK
Copy link
Owner

KnugiHK commented May 17, 2023

TLDR: It is probably a false positive.

I compile the program with Nuitka in GitHub Action environment. A Python program packed/compiled into a binary is often easily detected as a virus. I checked some issues on Nuitka. Compiling the thing right without being falsely detected is behind their paywall.

I also checked the result from VirusTotal, no detection on Linux and MacOS binaries. Most of the threat detected in Windows's binary is "Lazy", and the sandbox analysis seems fine to me, with no evidence of the binary getting infected by other viruses.

The compiling is done automatically in GitHub Action. To further prevent tampering on the binaries after they are downloaded from the Artifact, I told the workflow to calculate the SHA256 checksum right after the binary is compiled (see commit). The hash will then displayed in the workflow. This (some kind of) security measure will goes into effect starting from next release.

Anyway, when in doubt, you can always review the code (which I always encourage people to do so before using someone else's software) and install the exporter with pip install ..

@KnugiHK KnugiHK added the question Further information is requested label May 17, 2023
@KnugiHK KnugiHK pinned this issue May 17, 2023
@Lehnemann
Copy link
Author

Thanks.

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

No branches or pull requests

2 participants