Gracefully handle rare exceptions (i.e.: crashes) while performing GEX tests.

This commit is contained in:
Joe Testa
2024-02-17 13:44:06 -05:00
parent a958fd1fec
commit 699739d42a
2 changed files with 3 additions and 1 deletions

View File

@ -185,6 +185,7 @@ For convenience, a web front-end on top of the command-line tool is available at
- Fixed parsing of ecdsa-sha2-nistp* CA signatures on host keys. Additionally, they are now flagged as potentially back-doored, just as standard host keys are.
- The built-in man page (`-m`, `--manual`) is now available on Docker, PyPI, and Snap builds, in addition to the Windows build.
- Snap builds are now architecture-independent.
- Gracefully handle rare exceptions (i.e.: crashes) while performing GEX tests.
### v3.1.0 (2023-12-20)
- Added test for the Terrapin message prefix truncation vulnerability ([CVE-2023-48795](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-48795)).