Skip to content

Commit

Permalink
signed update
Browse files Browse the repository at this point in the history
  • Loading branch information
slimm609 committed Apr 21, 2024
1 parent a534a10 commit 1507d4a
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 5 deletions.
46 changes: 46 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,49 @@
Rev-2024042101 Brian Davis <[email protected]>
* Update to 2.7.0
* libc cleanup
* Added github pages
* Check kernel for YAMA
Thanks @cgzones
* Fix Nx checks
* Move github primary branch from master to main
* Update gitattributes
Thanks @calebTree
* Allow setting a libc file
Thanks @sreschke80
* Add tests for listfile
Thanks @ysmaoui
* Fix trailing comma with listfile
Thanks @ysmaoui
* Several shellcheck fixes
Thanks @ysmaoui
* If no header is present, return N/A for Relro and nx
Thanks @petervas
* Remove superfluous -W flags
Thanks @@petervas
* Fix broken Nx checks
Thanks @petervas
* change default libc search path from / to /lib
Thanks @petervas
* Cleanup grep
Thanks @petervas
* Rewrite man page in mdoc
Thanks @Artoria2e5
* Remove s_readelf
Thanks @petervas
* Fix stack protection and full relro check
Thanks @petervas
* Add tests suite for hardening checks
Thanks @petervas
* Speed up FS_comparison by 10x
Thanks @petervas
* Make shellcheck only run on final script
Thanks @petervas
* Fix debug exit check
Thanks @katexochen
* Use Dynamic Section if there is no symbols table
Thanks @ffontaine
* Check foritfy vs fortified
Thanks @azat
Rev-2022052701 Brian Davis <[email protected]>
* update to 2.6.0
* fix missing sysctl on fedora
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Updates
- All options now require `--$option=$value` instead of `--$option $value`
- --extended option now includes clang CFI and safe stack checks

Last Update: 2022-05-27
Last Update: 2024-04-20

For OSX
-------
Expand Down
4 changes: 2 additions & 2 deletions checksec
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ export PS4='+(${BASH_SOURCE##*/}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
export LC_ALL="C"

# version
SCRIPT_VERSION=2022052701
SCRIPT_VERSION=2024042001
SCRIPT_MAJOR=2
SCRIPT_MINOR=6
SCRIPT_MINOR=7
SCRIPT_REVISION=0

# global vars
Expand Down
Binary file modified checksec.sig
Binary file not shown.
4 changes: 2 additions & 2 deletions src/core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
export LC_ALL="C"

# version
SCRIPT_VERSION=2022052701
SCRIPT_VERSION=2024042001
SCRIPT_MAJOR=2
SCRIPT_MINOR=6
SCRIPT_MINOR=7
SCRIPT_REVISION=0

# global vars
Expand Down

0 comments on commit 1507d4a

Please sign in to comment.