Fix Notes format (array)
This commit is contained in:
@@ -67,9 +67,9 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||
'DefaultTarget' => 0,
|
||||
'DisclosureDate' => '2009-03-24',
|
||||
'Notes' => {
|
||||
'Reliability' => REPEATABLE_SESSION,
|
||||
'Stability' => CRASH_SAFE,
|
||||
'SideEffects' => CONFIG_CHANGES
|
||||
'Reliability' => [REPEATABLE_SESSION],
|
||||
'Stability' => [CRASH_SAFE],
|
||||
'SideEffects' => [CONFIG_CHANGES]
|
||||
}
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user