We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127b6b5 commit 1f1c631Copy full SHA for 1f1c631
curl-pkg.sh
@@ -66,6 +66,7 @@
66
elif [ "${_OS}" = 'linux' ]; then
67
"${_READELF}" --file-header --dynamic "${f}"
68
checksec --format=json --file="${f}" | jq
69
+ checksec --format=xml --fortify-file="${f}" # duplicate keys in json, cannot apply jq
70
# Show linked GLIBC versions
71
# https://en.wikipedia.org/wiki/Glibc#Version_history
72
if [ "${_CPU}" = 'a64' ]; then
0 commit comments