Skip to content

Commit

Permalink
remove protocol quotation
Browse files Browse the repository at this point in the history
  • Loading branch information
dr3dd589 committed Jun 3, 2019
1 parent fd8e3bf commit 19ed190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/tools/wapiti/parser.py
Expand Up @@ -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,
Expand Down

0 comments on commit 19ed190

Please sign in to comment.