Use arrays in refs for consistency
parent
b8b2e3edff
commit
564431fd41
|
@ -30,8 +30,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
],
|
||||
'References' =>
|
||||
[
|
||||
%w|EDB 34273 |,
|
||||
%w|OSVDB 109838|
|
||||
['EDB', '34273'],
|
||||
['OSVDB','109838']
|
||||
],
|
||||
'Arch' => ARCH_PHP,
|
||||
'Platform' => 'php',
|
||||
|
|
Loading…
Reference in New Issue