We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e9db2 commit 4bff4ceCopy full SHA for 4bff4ce
contrib/guix/security-check.py
@@ -123,9 +123,6 @@ def check_ELF_CONTROL_FLOW(binary) -> bool:
123
124
def check_ELF_FORTIFY(binary) -> bool:
125
126
- # bitcoin-util does not currently contain any fortified functions
127
- if 'Bitcoin Core bitcoin-util utility version ' in binary.strings:
128
- return True
129
# bitcoin wrapper does not currently contain any fortified functions
130
if '--monolithic' in binary.strings:
131
return True
0 commit comments