Adds tests for the MACHO checks in security-check.py: https://github.com/bitcoin/bitcoin/blob/ac579ada7e83a1b8100d611412f9ede885a4e522/contrib/devtools/security-check.py#L212-L214
I’m planning on following up with more checks in security-check.py, and corresponding tests in test-security-check.py.
Note that you’ll probably have to be on macOS to run them. You can run just this suite with python3 test-security-check.py TestSecurityChecks.test_MACHO
.