hack-ink / AiR

AI with Rust.
GNU General Public License v3.0
131 stars 6 forks source link

Incorrect virus detection #109

Closed isvicy closed 3 months ago

isvicy commented 3 months ago

image

i am using windows 11 with windows defender runing, after downlading the zip for windows in the mosh recent release, the windows defender delete it from my machine, and reports Virus detected.

detail from windows defender is as following: image

i don't know if this is a false positive of windows defender or does something unexpected is inside the zip.

AurevoirXavier commented 3 months ago

I believe the reason is the same as it is on macOS. The code and packaging CI are open-sourced, and there are no viruses. Let me do some research tonight to see if there is a way to sign this app on Windows.

Barafu commented 3 months ago

Yeah, there is. You pay money for a certificate, and Defender immediately stops seeing malwares everywhere in your code. It is a classic extortion racket.

AurevoirXavier commented 3 months ago

If the repository reaches over 1,000 stars (which indicates that AiR has gained more users), I will consider purchasing a certificate.

Before that, I will document this in #105 and do my best to follow the guidelines at https://learn.microsoft.com/zh-cn/defender-xdr/submission-guide to submit every version of AiR to Microsoft.

AurevoirXavier commented 3 months ago

https://www.microsoft.com/en-us/wdsi/submission/6e8596e8-54f1-47ff-b627-111b4de857a8

image

@isvicy Could you try again?

AurevoirXavier commented 3 months ago

Tested successfully on my Windows 11. Please reopen if the issue can be reproduced.