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
Currently the executables in the releases are somewhat untrustworthy, Edge browser reacts suspiciously to the Windows executable and Windows Defender quarantines it and stamps a scary warning (photo attached) to it.
On some MacOS versions, you have to run xattr -d com.apple.quarantine <path to binary> , presumably to remove a "looks-suspicious" mark that MacOS automatically adds to unsigned executables downloaded from Internet. This was only replicated on a VMWare Virtual Machine running a MacOS Sonoma, and it doesn't replicate in GitHub actions "macos-latest" runner as of March 2024.
Remove this issue when:
Major browsers (at minimum Edge, Chrome, and Firefox) no longer treat any of the 3 executables as suspicious
Major operating systems in all widely used versions up to 2020 no longer treat their respective executables as suspicious or require special permission to allow them to run. (Assume Ubuntu as the major representative of Linux.)
The text was updated successfully, but these errors were encountered:
Since helm2readme is packaged into executables by Pyinstaller, the following Stack Overflow links might be of interest to anyone investigating the issue:
Currently the executables in the releases are somewhat untrustworthy, Edge browser reacts suspiciously to the Windows executable and Windows Defender quarantines it and stamps a scary warning (photo attached) to it.
On some MacOS versions, you have to run
xattr -d com.apple.quarantine <path to binary>
, presumably to remove a "looks-suspicious" mark that MacOS automatically adds to unsigned executables downloaded from Internet. This was only replicated on a VMWare Virtual Machine running a MacOS Sonoma, and it doesn't replicate in GitHub actions "macos-latest" runner as of March 2024.Remove this issue when:
Major browsers (at minimum Edge, Chrome, and Firefox) no longer treat any of the 3 executables as suspicious
Major operating systems in all widely used versions up to 2020 no longer treat their respective executables as suspicious or require special permission to allow them to run. (Assume Ubuntu as the major representative of Linux.)
The text was updated successfully, but these errors were encountered: