iRule to serve security.txt file - RFC 9116
One week ago, on 27. April 2022, the IETF has published RFC 9116 describing the security.txt file. The purpose of this file is to aid in responsible disclosure, a process that allows security resea...
Updated Jan 14, 2023
Version 2.0Daniel_Wolf
MVP
Joined May 20, 2019
Juergen_Mang
Jan 04, 2023MVP
Small error:
if { [string tolower [HTTP::path]] equals ".well-known/security.txt" } {
I think it should be:
if { [string tolower [HTTP::path]] equals "/.well-known/security.txt" } {