From 42b4deef39e701aa14da0d48e9568834ba4a1c12 Mon Sep 17 00:00:00 2001 From: theMiddleBlue Date: Wed, 24 Oct 2018 08:58:01 +0000 Subject: [PATCH] remove debug on CVE list --- views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views.py b/views.py index f8c6dfc..4554f7f 100644 --- a/views.py +++ b/views.py @@ -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 = ''