You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhancement: All the executable files distributed in the installer should be signed with the code-signing certificate as part of the build process for Windows.
This will prevent Anti-virus & Anti-malware software from potentially flagging the executable files as malicious. It also allows the programs to be verified by the user for not having been modified or tampered with.
(copy from: FoldingAtHome/fah-client-win-installer#16)
The text was updated successfully, but these errors were encountered:
I excluded v8 FAH Client's path from Avira anti-virus after the first few installs of v8.1.3, when it started to trigger the AV (PUA threat heuristic). I'm not sure how common that will be for other people.
Hou5e
changed the title
Code Signing executable FAH programs before building installer
Code Signing FAH executable before building Windows installer
Dec 22, 2022
Enhancement: All the executable files distributed in the installer should be signed with the code-signing certificate as part of the build process for Windows.
This will prevent Anti-virus & Anti-malware software from potentially flagging the executable files as malicious. It also allows the programs to be verified by the user for not having been modified or tampered with. (copy from: FoldingAtHome/fah-client-win-installer#16)
Agreed. I would almost go as far as stating this as an essential requirement now. I recently installed a piece of paid for software and it wasn't signed. The installer was initially blocked. Once installed Windows Defender on Windows 11 blocked its use and quarantined the now installed files. They weren't malware just unsigned, very new and not often used.
Another AV vendor on my other system did likewise for the same software. I had to un-quarantine the software and make exceptions for it on both systems to resolve the issue. A non-technical user would not be able to use the software in this case.
Please also consider meeting the stricter Authenticode guidelines set by Microsoft:
Enhancement: All the executable files distributed in the installer should be signed with the code-signing certificate as part of the build process for Windows.
This will prevent Anti-virus & Anti-malware software from potentially flagging the executable files as malicious. It also allows the programs to be verified by the user for not having been modified or tampered with.
(copy from: FoldingAtHome/fah-client-win-installer#16)
The text was updated successfully, but these errors were encountered: