Fix stupid typo that made vuln_id an Array
parent
283e50fd42
commit
415510ca6a
|
@ -129,7 +129,7 @@ module Msf::DBManager::ExploitAttempt
|
|||
|
||||
# We have match, lets create a vuln_attempt record
|
||||
if vuln
|
||||
attempt_info[:vuln_id] = vuln.id,
|
||||
attempt_info[:vuln_id] = vuln.id
|
||||
vuln.vuln_attempts.create(attempt_info)
|
||||
|
||||
# Correct the vuln's associated service if necessary
|
||||
|
|
Loading…
Reference in New Issue