Sign Node.js add-ons (.node) to prevent antivirus false detections
See original GitHub issue- Etcher version: Etcher-1.0.0-win32-x64.zip
- Operating system and architecture: Windows 7 Pro 64, i5-4310U
- Image flashed: none
- Do you see any meaningful error information in the DevTools? no
I have unzipped Etcher-1.0.0-win32-x64.zip to an empty directory on Windows 7 Pro 64. Then I clicked on Etcher.exe. The program execution was terminated immediately by Symantec Endpoint Protection that is commonly used in the corporate environment. The Symantec program quarantined the lzma_native.node file.
Risk: WS.Reputation.1 Filename: lzma_native.node Type: Quarantine Original location: c:\Users.… Status: Infected Date: 6/13/2017 5:13 PM File Create Date: 5/12/2017 2:43 AM
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (8 by maintainers)
Top Results From Across the Web
How to remove Node.js ransomware from the operating system
Removing Node.js will prevent it from further encryption, however, ... Disable your antivirus to prevent the removal of this software.
Read more >Dealing with Anti-Virus False Positives - Rick Strahl's Web Log
I've been struggling with false positive Anti-Virus warnings for Markdown Monster. In this post I describe what problems I was running into ...
Read more >Easily Integrate ClamAV Antivirus Software in Your Node.js ...
In this article, we will explore how we can use clamscan to scan files for detecting viruses and malicious content in the server....
Read more >Can viruses be written in Node.js given that it is a scripting ...
JS is another tool for running JavaScript code, it's not installed by default on most machines and hence is not usually targeted by...
Read more >Building the Electron Demo - 华为云
To compile Windows 32-bit add-ons when the Node.js version is 32-bit, run build_nodeaddon_win32.bat in the directory generated after ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@masieran btw, the whitelisting request came through, and they’ve added the binary in question – so this particular release shouldn’t cause trouble anymore.
So it seems that we can sign
*.node
files as well, and node loads them just fine, so I’ll rename this issue to reflect the task of signing add-ons.