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

False Positive Trojan Warning on Windows #28

Closed
Brazier85 opened this issue Dec 26, 2022 · 4 comments
Closed

False Positive Trojan Warning on Windows #28

Brazier85 opened this issue Dec 26, 2022 · 4 comments

Comments

@Brazier85
Copy link

Brazier85 commented Dec 26, 2022

Hello, on startup windows defender is blocking your application with the following message:

image

Can you pls take a look into this issue or can you tell me what the leakless.exe file is?

@BigJk
Copy link
Owner

BigJk commented Dec 26, 2022

Hello Brazier,

never heard of anyone experiencing a trojan warning so far.

I dug a bit and leakless is a utility (https://github.com/ysmood/leakless) to "Run sub-process and make sure to kill it when the parent process exits.". It is used by https://github.com/go-rod/rod which S&D uses to control a chrome instance to create images from HTML. It's probably used to make sure that all sub-processes are killed correctly if rod shuts down.

Does this information help?

@BigJk
Copy link
Owner

BigJk commented Dec 26, 2022

Related Issues:

go-rod/rod#739
go-rod/rod#720
go-rod/rod#734

@Brazier85
Copy link
Author

okay, thank you. I will recover the file and ignore the alert :)

@BigJk BigJk changed the title Trojan warnig from windows defender False Positive Trojan Warning on Windows Dec 26, 2022
@BigJk BigJk pinned this issue Dec 26, 2022
@BigJk
Copy link
Owner

BigJk commented Dec 30, 2022

As of v0.6.3 leakless is explicitly disabled on windows. I hope this will avoid any further false positive warnings 👍

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