-
Notifications
You must be signed in to change notification settings - Fork 525
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 Defender thinks paket 5.151.3 is a trojan #3121
Comments
Got exactly the same behaviour just now. |
Other people have started seeing this issue: https://forum.kerbalspaceprogram.com/index.php?/topic/172357-trojanwin32critetbs/ Probably need to contact the vendor and tell them it's a false positive. They're probably using some strings search or a yara rule to match on some bytes that some malware uses but clearly it's too broad of a match. |
Same happened here |
so the "fun" thing is: even I can't download it. I mean that file was created on my machine and defender didn't complain. Now it's complaing on the download. Anyway: I uploaded the latest alpha to virustotal and they say it's clean |
can someone please test with latest alpha? is that one flagged as well? |
@forki confirming that latest alpha has no issues for me |
same for me latest alpha works fine |
wtf!? |
I will now push a zero diff release on top of 5.151.3 because the alpha is not ready. hopefully that's enough |
I downloaded 5.152.0-alpha002 paket.exe and copied in place - windows was happy with that - before I was seeing the error above from defender |
ok 5.151.4 is released. can someone please check? |
Works 👍 |
lol. So if I'd ever develop a real virus, then all I need to do is adding a comment somewhere to change the hash of the exe!? WTF! |
maybe we just had a hash conflict :) |
If someone knows someone from defender team - it would be nice if they coulde look into this. |
Had some contacts get in touch. This was their response.
|
Description
I started having issues fetching paket.exe through paket.bootstrapper.exe.
When the bootstrapper tries to fetch paket.exe, windows defender removes the file, and claims that the file contains the trojan "Win32/Critet.BS".
Repro steps
Please provide the steps required to reproduce the problem
Run bootstrapper on a machine with Windows Defender.
If possible then please create a git repository with a repro sample or attach a zip to the issue.
Expected behavior
No virus alert - paket.exe is downloaded.
Actual behavior
Virus alert - paket.exe is deleted
Known workarounds
Run
paket.bootstrapper.exe 5.151.2
The text was updated successfully, but these errors were encountered: