Skip to content

Commit 1f1c631

Browse files
committed
curl-pkg.sh: show per-function fortify details for linux
1 parent 127b6b5 commit 1f1c631

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

curl-pkg.sh

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
elif [ "${_OS}" = 'linux' ]; then
6767
"${_READELF}" --file-header --dynamic "${f}"
6868
checksec --format=json --file="${f}" | jq
69+
checksec --format=xml --fortify-file="${f}" # duplicate keys in json, cannot apply jq
6970
# Show linked GLIBC versions
7071
# https://en.wikipedia.org/wiki/Glibc#Version_history
7172
if [ "${_CPU}" = 'a64' ]; then

0 commit comments

Comments
 (0)