| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove unused Python imports | practicalswift | 2017-01-13 | 1 | -1/+0 |
| | | |||||
| * | [copyright] add MIT License copyright header to remaining Python files | isle2983 | 2016-09-11 | 1 | -0/+3 |
| | | |||||
| * | Use portable #! in python scripts (/usr/bin/env) | Matthew King | 2016-06-26 | 1 | -1/+1 |
| | | |||||
| * | devtools: Add security-check.py | Wladimir J. van der Laan | 2015-10-22 | 1 | -0/+60 |
| Perform the following ELF security checks: - PIE: Check for position independent executable (PIE), allowing for address space randomization - NX: Check that no sections are writable and executable (including the stack) - RELRO: Check for read-only relocations, binding at startup - Canary: Check for use of stack canary Also add a check to symbol-check.py that checks that only the subset of allowed libraries is imported (to avoid incompatibilities). | |||||