Remove trailing space from CVE identifier
ASUS Net4Switch ipswcom exploit mistakenly included a trailing space at the end of its CVE reference.GSoC/Meterpreter_Web_Console
parent
4803c889f9
commit
c4d697a629
|
@ -25,7 +25,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
],
|
||||
'References' =>
|
||||
[
|
||||
[ 'CVE', '2012-4924 ' ],
|
||||
[ 'CVE', '2012-4924' ],
|
||||
[ 'OSVDB', '79438' ],
|
||||
[ 'URL', 'http://dsecrg.com/pages/vul/show.php?id=417' ]
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue