1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-05 14:57:30 +01:00

Land #10594, Remove trailing space from CVE number

This commit is contained in:
Adam Cammack 2018-08-29 14:31:21 -05:00
commit a57e5ac5c0
No known key found for this signature in database
GPG Key ID: C9378BA088092D66

View File

@ -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' ]
],