fix rspecs #179
This commit is contained in:
@@ -15,7 +15,7 @@ class Vulnerability
|
||||
# @param [ String ] fixed_in Vuln fixed in Version X
|
||||
#
|
||||
# @return [ Vulnerability ]
|
||||
def initialize(title, type, references, metasploit_modules = [], fixed_in)
|
||||
def initialize(title, type, references, metasploit_modules = [], fixed_in = '')
|
||||
@title = title
|
||||
@type = type
|
||||
@references = references
|
||||
|
||||
Reference in New Issue
Block a user