privacy.sexy
privacy.sexy copied to clipboard
[BUG]: Windows Defender Detects Uninstaller as a Virus
Description
Windows Defender detects the uninstaller as a virus (Trojan:Win32/Bulta!rfn).
Reproduction steps
- Install the app on Windows with Windows Defender active
- Notice Uninstaller has been removed (message)
Expected behavior
No detection.
Thank you for the report! I can reproduce this.
TLDR; I'll issue a patch, but not too soon, it's a false positive caused by upstream packager, we can just ignore it.
This is caused by our external dependency electron-builder
that's used to create the NSIS installer. I see that it only happens in latest patch released yesterday where electron-builder
version was bumped from 22.9.1
(package-lock.json in 0.11.2) to latest 22.14.5
(package-lock.json in 0.11.3) . This dependency bump was unintended as side effect of introducing new (ESlint) and bumping other development dependencies (Vue CLI).
According to electron-userland/electron-builder#4793 updating this dependency to pre-release version fixes the issue. Or we could downgrade it to working version to not risk using beta software. I will issue a new patch fixing this along with some other minor improvements. In meantime I think we should flag those warnings as false positives so Microsoft Defender draw better conclusions.
Fixed in 0.11.4