Skip to content

Commit

Permalink
curl-pkg.sh: show per-function fortify details for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Aug 31, 2023
1 parent d4dd6d9 commit 491d26e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions curl-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
elif [ "${_OS}" = 'linux' ]; then
"${_READELF}" --file-header --dynamic "${f}"
checksec --format=json --file="${f}" | jq
checksec --format=xml --fortify-file="${f}" # duplicate keys in json, cannot apply jq
# Show linked GLIBC versions
# https://en.wikipedia.org/wiki/Glibc#Version_history
if [ "${_CPU}" = 'a64' ]; then
Expand Down

0 comments on commit 491d26e

Please sign in to comment.