Skip to content

Commit 7ea188e

Browse files
author
Tod Beardsley
committed
Merge pull request rapid7#1147 from wchen-r7/cve_text_consistency
Change CVE text format
2 parents 23d0ffa + 64a8b59 commit 7ea188e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

modules/auxiliary/dos/http/novell_file_reporter_heap_bof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def initialize(info = {})
2525
'Author' => [ 'juan vazquez' ],
2626
'License' => MSF_LICENSE,
2727
'References' => [
28-
[ 'CVE', 'CVE-2012-4956' ],
28+
[ 'CVE', '2012-4956' ],
2929
[ 'URL', 'https://community.rapid7.com/community/metasploit/blog/2012/11/16/nfr-agent-buffer-vulnerabilites-cve-2012-4959' ]
3030
],
3131
'DisclosureDate' => 'Nov 16 2012'))

modules/auxiliary/scanner/http/novell_file_reporter_fsfui_fileaccess.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def initialize
2525
},
2626
'References' =>
2727
[
28-
[ 'CVE', 'CVE-2012-4958' ],
28+
[ 'CVE', '2012-4958' ],
2929
[ 'URL', 'https://community.rapid7.com/community/metasploit/blog/2012/11/16/nfr-agent-buffer-vulnerabilites-cve-2012-4959' ]
3030
],
3131
'Author' =>

modules/auxiliary/scanner/http/novell_file_reporter_srs_fileaccess.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def initialize
2525
},
2626
'References' =>
2727
[
28-
[ 'CVE', 'CVE-2012-4957' ],
28+
[ 'CVE', '2012-4957' ],
2929
[ 'URL', 'https://community.rapid7.com/community/metasploit/blog/2012/11/16/nfr-agent-buffer-vulnerabilites-cve-2012-4959' ]
3030
],
3131
'Author' =>

modules/exploits/windows/novell/file_reporter_fsfui_upload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def initialize(info = {})
3030
],
3131
'References' =>
3232
[
33-
[ 'CVE', 'CVE-2012-4959'],
33+
[ 'CVE', '2012-4959'],
3434
[ 'URL', 'https://community.rapid7.com/community/metasploit/blog/2012/11/16/nfr-agent-buffer-vulnerabilites-cve-2012-4959' ]
3535
],
3636
'Payload' =>

0 commit comments

Comments
 (0)