diff --git a/ChangeLog b/ChangeLog index 514b9e0..1d8a9fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -42,7 +42,7 @@ Rev-2024042101 Brian Davis Thanks @katexochen * Use Dynamic Section if there is no symbols table Thanks @ffontaine - * Check foritfy vs fortified + * Check fortify vs fortified Thanks @azat Rev-2022052701 Brian Davis * update to 2.6.0 diff --git a/src/functions/proccheck.sh b/src/functions/proccheck.sh index 5ac5070..352876b 100644 --- a/src/functions/proccheck.sh +++ b/src/functions/proccheck.sh @@ -117,7 +117,7 @@ proccheck() { fi fi - #check for forifty source support + #check for Fortify source support Proc_FS_functions="$(${readelf} -s "${1}/exe" 2> /dev/null | awk '{ print $8 }' | sed 's/_*//' | sed -e 's/@.*//')" if grep -q '_chk$' <<< "$Proc_FS_functions"; then echo_message '\033[32mYes\033[m' 'Yes' " fortify_source='yes'>" '"fortify_source":"yes" }' diff --git a/tests/hardening-checks.sh b/tests/hardening-checks.sh index b14d98f..26d7660 100755 --- a/tests/hardening-checks.sh +++ b/tests/hardening-checks.sh @@ -428,7 +428,7 @@ echo "PIE process validation tests passed" #============================================ -echo "Starting Foritfy process check" +echo "Starting Fortify process check" # Yes for bin in all all32 all_cl all_cl32; do "${DIR}"/binaries/output/${bin} > /dev/null &