gfx-rs / wgpu-native

Native WebGPU implementation based on wgpu-core
Apache License 2.0
865 stars 103 forks source link

wgpu-native EXE diagnosed as Trojan:Win32/Sabsik.FL.A!ml or Trojan:Win32/Wacatac.B!ml #371

Closed garettbass closed 7 months ago

garettbass commented 7 months ago

I started getting this diagnostic today. My simple program linking with wgpu-native (and no other non-system libs) is quarantined by Windows Security for matching one of the following trojan profiles:

I have experienced this issue when linking with either of these releases of wgpu-native:

The only other FOSS software in my toolchain for this little hobby project is clang v 15.0.6 from the official LLVM distribution. When I use the same clang to build a simple hello world EXE that does not link with wgpu-native, it is not diagnosed as a trojan by Windows Security.

Anyone else encountering this? Thanks in advance for any context.

garettbass commented 7 months ago

Curiously, the same compilation is no longer being flagged as a trojan. Maybe something strange going on with Windows Defender?

garettbass commented 7 months ago

I recommend closing unless other start seeing this more often. Thanks!

almarklein commented 7 months ago

Thanks for the report! Glad that it seems to be a Defender glitch. If anyone else encounters this, please comment below, and we can re-open.