Releases: trailofbits/pegoat
Releases · trailofbits/pegoat
v6.0.3
v6.0.2
release: fix upload Signed-off-by: William Woodruff <william@trailofbits.com>
v6.0.1
release: cleanup Signed-off-by: William Woodruff <william@trailofbits.com>
v6.0.0
What's Changed
- workflows: add winchecksec-scan to ci by @woodruffw in #5
- workflows/ci: bump winchecksec-scan by @woodruffw in #6
- Compile binary with CETCOMPAT by @yardenshafir in #7
- Add CODEOWNERS file by @artemdinaburg in #8
- ci: install UPX by @woodruffw in #11
New Contributors
- @yardenshafir made their first contribution in #7
- @artemdinaburg made their first contribution in #8
Full Changelog: v5.0.0...v6.0.0
Release v5.0.0
Authenticode fixes (#4)
Release v4.0.0
Add pegoat-authenticode-nested (#3) Like pegoat-authenticode, except that the embedded Authenticode signature contains a nested signature. The SHA256 signature should be nested inside the SHA1 one.
Release v3.0.0
CMake: Pass /GUARD:CF to both compiler and linker
Release v2.0.0
pegoat: Buffer overflow vulnerability, add affirmative CFG build (#2) * goat: Add a basic stack buffer overflow * CMake, goat: Add pegoat-yes-cfg
Release v1.0.0.pre.3
sign: Fix -Certificate arg
Release v1.0.0.pre.2
workflows/release: Syntax