gabdube / native-windows-gui

A light windows GUI toolkit for rust
https://gabdube.github.io/native-windows-gui/
MIT License
1.93k stars 125 forks source link

Windows 11 Defender report trojan #277

Open capric8416 opened 9 months ago

capric8416 commented 9 months ago

Windows 11 Firewall detected a virus in the "nwg example flexbox_dynamic_d" executable and isolated it. Here is the detection result that I submitted to Microsoft, but no virus were detected in winapi-rs lib and native_windows_derive.dll, virus was detected in libnative_windows_gui.rlib, so, what's api used cause this?

image

image

image

image

capric8416 commented 9 months ago

master branch (a6c96e8de5d01fe7bb566d737622dfead3cd1aed) detected a virus

but 1.0.13 and 1.0.5 is ok [dependencies] native-windows-gui = { version = "1.0.13" } native-windows-derive = { version = "1.0.5" }