Merge pull request #3094 from testssl/ready_for_3.2.4

Ready for 3.2.4
This commit is contained in:
Dirk Wetter
2026-07-12 20:44:11 +02:00
committed by GitHub
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
## Change Log ## Change Log
### Security fixes in 3.2.x ### Security fixes in 3.2
* Security fix: HTML-escape URLs in the HTML report to prevent stored XSS from a server-controlled `Location:` header (#3090) * (3.2.4): HTML-escape URLs in the HTML report to prevent stored XSS from a server-controlled "Location:" header (#3090)
### Features implemented / improvements in 3.2 ### Features implemented / improvements in 3.2
+3 -3
View File
@@ -68,9 +68,6 @@ Full contribution, see git log.
* Christian Dresen * Christian Dresen
- Dockerfile - Dockerfile
* Eric Gu
- HTML report XSS fix (escape server-controlled URLs, #3090)
* enxio * enxio
- support for TN3270/telnet STARTTLS - support for TN3270/telnet STARTTLS
@@ -87,6 +84,9 @@ Full contribution, see git log.
- bugfixes - bugfixes
- former ARM binary support - former ARM binary support
* Eric Gu
- HTML report XSS fix: escape server-controlled URLs
* Jauder Ho * Jauder Ho
- GH Action to build new container images upon push - GH Action to build new container images upon push
- dependabot actions - dependabot actions
+1 -1
View File
@@ -122,7 +122,7 @@ trap "child_error" USR1
########### Internal definitions ########### Internal definitions
# #
declare -r VERSION="3.2.3" declare -r VERSION="3.2.4"
declare -r SWCONTACT="dirk aet testssl dot sh" declare -r SWCONTACT="dirk aet testssl dot sh"
[[ "$VERSION" =~ dev|rc|beta ]] && \ [[ "$VERSION" =~ dev|rc|beta ]] && \
SWURL="https://testssl.sh/dev/" || SWURL="https://testssl.sh/dev/" ||