removed unneccsary comment in cve report

This commit is contained in:
Brendan McDevitt 2019-08-09 02:17:02 -05:00
parent 61ecbc2a51
commit e8ed3760fa

View file

@ -1,13 +1,5 @@
class CveReport
attr_accessor :filename, :file
# 1st way:
# expects a hash with the following key:values # {:filename => "nvdcve-1.0-2002.json.gz",
# :json => {"CVE_data_type"=>"CVE",
# "CVE_Items"= etc...etc...etc...}
# 2nd way:
# a json gz compressed file of cve metadata downloaded from nvd
# TO ADD: 1st way.
def initialize(filename)
@filename = filename
@file = from_file