aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools/security-check.py
AgeCommit message (Expand)Author
2024-01-03contrib: add macho branch protection checkfanquake
2023-10-25test: use built-in collection types for type hints (Python 3.9 / PEP 585)Sebastian Falbesoner
2023-06-29contrib: add macOS fixup_chains check to security-checkfanquake
2023-06-28Merge bitcoin/bitcoin#27813: guix: Update `python-lief` package to 0.13.2fanquake
2023-06-23guix: Update `python-lief` package to 0.13.2Hennadii Stepanov
2023-06-22contrib: remove macOS lazy_bind checkfanquake
2023-05-29lint: stop ignoring LIEF importsfanquake
2023-02-22Merge bitcoin/bitcoin#25867: lint: enable E722 do not use bare exceptfanquake
2023-02-18lint: enable E722 do not use bare exceptLeonardo Lazzaro
2023-01-06scripts: add PE Canary check to security-checkfanquake
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-03-28contrib: use LIEF 0.12.0 for symbol and security checksfanquake
2022-01-26contrib: support arm64 darwin in security checksfanquake
2022-01-04scripts: add CONTROL_FLOW to ELF security checksfanquake
2022-01-04script rename control flow check to MACHO specificfanquake
2022-01-03scripts: make security checks architecture independentfanquake
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-18scripts: match on exe type over str in security-check.pyfanquake
2021-11-17scripts: test for PE control flow instrumentationfanquake
2021-10-16lint: enable mypy checking for missing importsjosibake
2021-10-12scripts: only parse the binary once in security-check.pyfanquake
2021-10-12scripts: use LIEF for ELF checks in security-check.pyfanquake
2021-05-09scripts: test for MACHO control flow instrumentationfanquake
2021-05-04contrib: consolidate PIE and NX security checksfanquake
2021-05-04contrib: add PE PIE check to security checksfanquake
2021-05-04contrib: use LIEF for PE security checksfanquake
2021-05-04contrib: use LIEF for macOS security checksfanquake
2021-05-04contrib: use f strings in security-check.pyfanquake
2020-11-22contrib: Changes to checks for PowerPC64Luke Dashjr
2020-11-22contrib: Parse ELF directly for symbol and security checksWladimir J. van der Laan
2020-11-09swapped "is" for "==" in literal comparisonTyler Chambers
2020-07-28devtools: Add security check for separate_codeWladimir J. van der Laan
2020-05-14scripts: add additional type annotations to security-check.pyfanquake
2020-05-14scripts: add run_command to security-check.pyfanquake
2020-05-14scripts: remove NONFATAL from security-check.pyfanquake
2020-05-14scripts: no-longer check for 32 bit windows in security-check.pyfanquake
2020-04-23scripts: add PE .reloc section check to security-check.pyfanquake
2020-04-21scripts: add MACHO Canary check to security-check.pyfanquake
2020-04-04scripts: add MACHO lazy bindings check to security-check.pyfanquake
2020-03-26scripts: add MACHO NX check to security-check.pyfanquake
2020-01-15scripted-diff: Bump copyright of files changed in 2020MarcoFalke
2020-01-02scripts: add MACHO NOUNDEFS check to security-check.pyfanquake
2020-01-02scripts: add MACHO PIE check to security-check.pyfanquake
2018-11-30Fix broken Gmane URLsCraig Younkins
2018-08-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-26contrib: Fix test-security-check fail in Ubuntu 18.04Chun Kuan Lee
2018-07-12Tools: fix BIND_NOW check in security-check.pyConrado Gouvea
2018-05-11Enable W191 and W291 flake8 checks.John Bampton
2018-03-28[contrib] fixup security-check.py Python3 supportJohn Newbery