Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
xmendez committed Nov 2, 2020
1 parent d65e49b commit 6b3bf8c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/wfuzz/plugins/scripts/headers.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,7 @@ def check_server_header(self, fuzzresult, header, value):
or KBASE_KEY not in self.kbase
):
self.add_result(
"server",
"New server HTTP response header",
"{}".format(value),
"server", "New server HTTP response header", "{}".format(value),
)

self.kbase[KBASE_KEY].append(value.lower())
Expand Down

0 comments on commit 6b3bf8c

Please sign in to comment.