Skip to content

Commit

Permalink
Merge pull request #239 from teoberi/teoberi-Fortify-fix-typos
Browse files Browse the repository at this point in the history
Fix Fortify small typos
  • Loading branch information
slimm609 authored Apr 29, 2024
2 parents f1fd362 + 926b1ec commit a9bb52b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Rev-2024042101 Brian Davis <slimm609@gmail.com>
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 <slimm609@gmail.com>
* update to 2.6.0
Expand Down
2 changes: 1 addition & 1 deletion src/functions/proccheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" }'
Expand Down
2 changes: 1 addition & 1 deletion tests/hardening-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand Down

0 comments on commit a9bb52b

Please sign in to comment.