Replace unnecessary reference with a better one

bug/bundler_fix
William Vu 2014-09-24 16:49:09 -05:00
parent fc04bf9d48
commit 31e9e97146
No known key found for this signature in database
GPG Key ID: E761DCB4C1629024
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class Metasploit4 < Msf::Auxiliary
'References' => [ 'References' => [
['CVE', '2014-6271'], ['CVE', '2014-6271'],
['URL', 'https://securityblog.redhat.com/2014/09/24/bash-specially-crafted-environment-variables-code-injection-attack/'], ['URL', 'https://securityblog.redhat.com/2014/09/24/bash-specially-crafted-environment-variables-code-injection-attack/'],
['URL', 'https://access.redhat.com/site/solutions/1207723'] ['URL', 'http://seclists.org/oss-sec/2014/q3/649']
], ],
'DisclosureDate' => 'Sep 24 2014', 'DisclosureDate' => 'Sep 24 2014',
'License' => MSF_LICENSE 'License' => MSF_LICENSE