Releases: slimm609/checksec
3.0.0-alpha
What's Changed
- Feat: add golang checksec intial commit by @slimm609 in #249
- chore: update readme by @slimm609 in #250
- fix: remove golang binary until ready by @slimm609 in #251
- fix: fix relro checks based on gcc and os by @slimm609 in #253
- add additional sysctl checks by @slimm609 in #254
- feat: add selinux check by @slimm609 in #255
- add fortifyProc by @slimm609 in #256
- fix: remove docker-compose by @slimm609 in #257
- fix: disable codeql for cpp by @slimm609 in #262
- Bump github.com/shirou/gopsutil/v3 from 3.24.3 to 3.24.5 by @dependabot in #259
- Bump github.com/fatih/color from 1.16.0 to 1.17.0 by @dependabot in #260
- Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #261
- fix: rename module to support go install by @slimm609 in #264
- Bump ubuntu from 22.04 to 24.04 by @dependabot in #258
- fix: fix dockerfile for ubuntu:24.04 by @slimm609 in #265
New Contributors
- @dependabot made their first contribution in #259
Full Changelog: 2.7.1...3.0.0-alpha
2.7.1
What's Changed
- checksec FORTIFY detection by @teoberi in #236
- fix: fix duplicate entries by @slimm609 in #238
- feat: add cosign keyless signatures by @slimm609 in #240
- Fix Fortify small typos by @teoberi in #239
- Fix attributions in ChangeLog. by @petervas in #242
- checksec FORTIFY detection (proccheck) last by @teoberi in #245
- Instead of ldd use ldconfig. by @petervas in #247
- fix: fix partial check for fortify by @slimm609 in #248
New Contributors
Full Changelog: 2.7.0...2.7.1
2.7.0
What's Changed
- libc cleanup by @slimm609 in #194
- Add github page by @slimm609 in #195
- Add kernel check for YAMA by @cgzones in #196
- fix RELRO check and stack_chk by @slimm609 in #197
- fix nx check by @slimm609 in #198
- fix branch name for release by @slimm609 in #199
- gitattributes enforce line endings by @calebTree in #203
- Search libc at user defined place, allow cross plattform analysis by @sreschke80 in #206
- add test for listfile by @ysmaoui in #207
- If no program header is present in the ELF binary return N/A for RELRO and NX check by @petervas in #211
- Improve libc search by @petervas in #213
- Escape special characters and add missing quotes for grep by @petervas in #214
- Rewrite manpage in mdoc(7) and update by @Artoria2e5 in #215
- Fix stack protection check and full relro check by @petervas in #222
- Test suite for all supported checksec file and process hardening checks by @petervas in #224
- FS_comparison: do sorted comparison to get 10x speed up by @Artoria2e5 in #217
- pre-commit-config: only run shellcheck on the final thing by @Artoria2e5 in #220
- debug: fix exit code by @katexochen in #226
- fix: fix docs link by @slimm609 in #227
- Use dynamic section if no symbol table by @ffontaine in #231
- Fix fortify check by checking fortified vs fortifiable instead by @azat in #232
- fix: fix generation by @slimm609 in #234
New Contributors
- @calebTree made their first contribution in #203
- @sreschke80 made their first contribution in #206
- @ysmaoui made their first contribution in #207
- @petervas made their first contribution in #211
- @Artoria2e5 made their first contribution in #215
- @katexochen made their first contribution in #226
- @ffontaine made their first contribution in #231
- @azat made their first contribution in #232
Full Changelog: 2.6.0...2.7.0
2.6.0
Rev-2022052701 Brian Davis [email protected]
- update to 2.6.0
- fix missing sysctl on fedora
Thanks @spdfnet - remove extra parenthesis
Thanks @koobs - add missing libc on LoongArch-64
Thanks @xiaoxiaoafeifei
2.5.0
Rev-2021101001 Brian Davis [email protected]
* update to 2.5.0
* split checksec into multiple files for easier maintenance and debugging
* remove space between options and only support =
until refactor can happen
* Add pre-commit-checks
* update License.txt to include BSD license
Thanks @mr-segfault
* Move to new Arch Linux docker images
Thanks @Maryse47
* Add photon support for tests
* Check journalctl -k for NX protection
Thanks @Tatsh
* improve debug formatting
Thanks @bmwiedemann
* Fix shellcheck warnings and style issues
Thanks @a1346054
2.4.0
2.2.3
2.2.2
2.2.1
2.2.0
Rev-2020052701 Brian Davis [email protected]
* checksec.sh: Updated to 2.2.0
* checksec.sh: fix several small issues
Thanks @cgzones
* checksec.sh: add selfrando checks
Thanks @Estella
* checksec.sh: fix json validation
* checksec.sh: added github actions validation tests
* checksec.sh: fix stack protector functions
Thanks @cgzones
* checksec.sh: improve core dump checks
Thanks @cgzones
* checksec.sh: Run readelf in wide mode
Thanks @cgzones