Skip to content

Commit

Permalink
Merge pull request #16492 from paralax/patch-4
Browse files Browse the repository at this point in the history
json_file - severity was duplicated, oops
  • Loading branch information
andresriancho committed Jan 24, 2018
2 parents e269868 + 2a48e3c commit 4f5b951
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion w3af/plugins/output/json_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ def _get_desc(x):
"WASC IDs": getattr(info, "wasc_ids", []),
"Tags": getattr(info, "tags", []),
"VulnDB ID": info.get_vulndb_id(),
"Severity": info.get_severity(),
"Description": info.get_desc()}
items.append(item)
except Exception, e:
Expand Down

0 comments on commit 4f5b951

Please sign in to comment.