Skip to content

Commit 8e27e87

Browse files
committed
Use the right disclosure date.
1 parent 955dfe5 commit 8e27e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/browser/firefox_proto_crmfrequest.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def initialize(info = {})
3434
'moz_bug_r_a4', # discovered CVE-2013-1710
3535
'joev' # metasploit module
3636
],
37-
'DisclosureDate' => "Dec 19 2013",
37+
'DisclosureDate' => "Aug 6 2013",
3838
'References' => [
3939
['CVE', '2012-3993'], # used to install function that gets called from chrome:// (ff<15)
4040
['OSVDB', '86111'],

0 commit comments

Comments
 (0)