sfackler / rust-native-tls

Apache License 2.0
468 stars 197 forks source link

Investigate Frequent Malware Warnings #299

Open Alex-Beng opened 2 weeks ago

Alex-Beng commented 2 weeks ago

when using rust == 1.78.0 to cargo build this crate, or any repo reling this crate, it will be killed by my eset with: image

image

However, with rust toolchain 1.72-x86_64-pc-windows-msvc, it won't get any error/warning for antivirus solfware.

image

Alex-Beng commented 2 weeks ago

FYI https://www.fortiguard.com/encyclopedia/virus/10185043

psala-at-wiris commented 2 weeks ago

I was facing the exact same issue today.
Updating Rust's version fixed it somehow, this is my current setup:
image

Alex-Beng commented 2 weeks ago

I was facing the exact same issue today. Updating Rust's version fixed it somehow, this is my current setup: image

so the Win64/Agent_AGen.BXY only appears in specific-version rust ?