mstorsjo / llvm-mingw

An LLVM/Clang/LLD based mingw-w64 toolchain
Other
1.75k stars 176 forks source link

Microsoft Defender reports Trojan in Release llvm-mingw-20231128-msvcrt-i686.zip llvm-size.exe #406

Open seancx opened 4 months ago

seancx commented 4 months ago

Released llvm-mingw-20231128-msvcrt-i686.zip. When unpacking, Microsoft Defender reports Trojan. My system is Windows 11.

image

longnguyen2004 commented 4 months ago

Can you try https://github.com/mstorsjo/llvm-mingw/releases/download/20240221/llvm-mingw-20240221-msvcrt-i686.zip

seancx commented 4 months ago

Can you try https://github.com/mstorsjo/llvm-mingw/releases/download/20240221/llvm-mingw-20240221-msvcrt-i686.zip

llvm-mingw-20240221-msvcrt-i686.zip does not have the problem. Do you know why?

longnguyen2004 commented 4 months ago

The usual false positives, there's nothing we can do other than submit the file to Microsoft, and none of us have time to do that on every problematic release. The releases are autobuilt with GitHub Actions, and you can check the entire process yourself.