nevalang / neva

🌊 Dataflow programming language with static types and implicit parallelism. Compiles to native code and Go
https://nevalang.org
MIT License
85 stars 7 forks source link

Windows Defender issue with .exe distribution #499

Open emil14 opened 3 months ago

emil14 commented 3 months ago

Windows threats neva.exe like a malware.

Solution - use https://github.com/mtrojnar/osslsigncode to sign binaries before publishing them.

See https://www.reddit.com/r/golang/comments/s1bh01/goexecutables_and_windows_defender/ for more info

Source: https://discord.com/channels/1094102475927203921/1094102475927203924/1215367559403282452

emil14 commented 3 months ago

Microsoft Security Intelligence response is that:

submitted files do not meet our criteria for malware

Screen Shot 2024-03-10 at 16 26 49

Not sure if this will actually fix the problem tho. Maybe they only removed exactly that distribution and next versions will have problem again. Testing needed.