getting constantly blocked by Windows Security #649
Replies: 2 comments 1 reply
@pohlipit23 The previous version did not encounter this problem, right? |
|
Hi @pohlipit23, thanks for reporting this. This happens because our Windows binaries are not code-signed yet. Windows Smart App Control blocks executables that lack a trusted digital signature, and since we compile with Go and ship unsigned Workaround for now:
If the "Unblock" option doesn't appear, try running this in PowerShell (as admin): Get-ChildItem -Path "$(npm root -g)\open-code-review" -Recurse -Filter *.exe | Unblock-FileLong-term fix: We're looking into adding Windows code signing (Authenticode) to our release pipeline. This should resolve the issue permanently. Tracking this internally. Sorry for the inconvenience — appreciate you flagging it. |
Uh oh!
There was an error while loading. Please reload this page.
Quite often on a new release the node module get's blocked by Windows Security. This is the only package/module having this issue. I've tried all possible exclusions but nothing works.
https://support.microsoft.com/en-us/windows/security/threat-malware-protection/smart-app-control-has-blocked-part-of-this-app
Any ideas?
All reactions