Skip to content

Commit

Permalink
remove debug on CVE list
Browse files Browse the repository at this point in the history
  • Loading branch information
theMiddleBlue committed Oct 24, 2018
1 parent 0262f1a commit 42b4dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def details(request, address):
if addressmd5 in cvehost[scanmd5]:
for cveport in cvehost[scanmd5][addressmd5]:
cvejson = json.loads(cvehost[scanmd5][addressmd5][cveport])
r['out'] = json.dumps(cvejson, indent=4)
# r['out'] = json.dumps(cvejson, indent=4)
for cveobj in cvejson:

cverefout = ''
Expand Down

0 comments on commit 42b4dee

Please sign in to comment.