From 9df514cf41d40887bc346177ded157e9bcb3c0c9 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 30 Oct 2017 13:16:30 +0100 Subject: [PATCH] Whitespace removal from varnish WAF script --- waf/varnish.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waf/varnish.py b/waf/varnish.py index 65c6b3b23..3d3f59a0e 100644 --- a/waf/varnish.py +++ b/waf/varnish.py @@ -10,7 +10,7 @@ import re from lib.core.enums import HTTP_HEADER from lib.core.settings import WAF_ATTACK_VECTORS -__product__ = "Varnish FireWall (OWASP) " +__product__ = "Varnish FireWall (OWASP)" def detect(get_page): retval = False