Quick typo fix
parent
6c977535d0
commit
25fee46020
|
@ -1008,7 +1008,7 @@ class DBManager
|
||||||
info[k] = opts[k] if opts[k]
|
info[k] = opts[k] if opts[k]
|
||||||
end
|
end
|
||||||
|
|
||||||
return unless info[:attempted_at] and info.has_key(:exploited)
|
return unless info[:attempted_at] and info.has_key?(:exploited)
|
||||||
|
|
||||||
vuln.vuln_attempts.create(info)
|
vuln.vuln_attempts.create(info)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue