From ac193a8ef043c370910680f0069a0cb9b4bd0dae Mon Sep 17 00:00:00 2001 From: Dirk Date: Mon, 27 Feb 2017 19:12:59 +0100 Subject: [PATCH] adding spring boot header detection --- testssl.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/testssl.sh b/testssl.sh index 96e4314..08a81a2 100755 --- a/testssl.sh +++ b/testssl.sh @@ -1798,6 +1798,7 @@ emphasize_stuff_in_headers(){ -e "s/X-Varnish/${yellow}X-Varnish${off}/g" \ -e "s/X-OWA-Version/${yellow}X-OWA-Version${off}/g" \ -e "s/MicrosoftSharePointTeamServices/${yellow}MicrosoftSharePointTeamServices${off}/g" \ + -e "s/X-Application-Context/${yellow}X-Application-Context${off}/g" \ -e "s/X-Version/${yellow}X-Version${off}/g" \ -e "s/X-Powered-By/${yellow}X-Powered-By${off}/g" \ -e "s/X-UA-Compatible/${yellow}X-UA-Compatible${off}/g" \