removed unneccsary comment in cve report
This commit is contained in:
parent
61ecbc2a51
commit
e8ed3760fa
1 changed files with 0 additions and 8 deletions
|
@ -1,13 +1,5 @@
|
||||||
class CveReport
|
class CveReport
|
||||||
attr_accessor :filename, :file
|
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)
|
def initialize(filename)
|
||||||
@filename = filename
|
@filename = filename
|
||||||
@file = from_file
|
@file = from_file
|
||||||
|
|
Loading…
Add table
Reference in a new issue