slimm609 / checksec.sh

Checksec.sh
https://slimm609.github.io/checksec.sh/
Other
1.99k stars 299 forks source link

checksec FORTIFY detection (proccheck) last #245

Closed teoberi closed 3 months ago

teoberi commented 3 months ago

Add detailed results for Fortify: 'N/A', 'Partial' in src/functions/proccheck.sh Add cases for 'N/A' and 'Partial' in tests/hardening-checks.sh ('# process checks' section) Update Dockerfile.ubuntu and Dockerfile.photon to add NASM and binutils Change test files for Fortify Update build_binaries.sh ('# Fortify source' section) Fix for https://github.com/slimm609/checksec.sh/issues/241

teoberi commented 3 months ago

Everything seems fine now, on the third try! I had a bit to learn about Bash (shellcheck + shfmt), but a lot more about git. That's great!

slimm609 commented 3 months ago

Thanks for this contribution. This helps a lot towards testing future changes as well!