From 19ed1901746bd034d7650c31c898c517b079cedc Mon Sep 17 00:00:00 2001 From: dr3dd589 Date: Mon, 3 Jun 2019 16:51:00 +0530 Subject: [PATCH] remove protocol quotation --- dojo/tools/wapiti/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dojo/tools/wapiti/parser.py b/dojo/tools/wapiti/parser.py index a3648b903a..81e2d9de29 100644 --- a/dojo/tools/wapiti/parser.py +++ b/dojo/tools/wapiti/parser.py @@ -105,7 +105,7 @@ def process_endpoints(self, finding, host): except: pass try: - dupe_endpoint = Endpoint.objects.get(protocol="protocol", + dupe_endpoint = Endpoint.objects.get(protocol=protocol, host=host, query=query, fragment=fragment,