Skip to content

Commit 69b3797

Browse files
committed
Fix disclosure date.
1 parent a19a532 commit 69b3797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/jboss_seam_upload_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def initialize(info = {})
4545
['URL', 'http://blog.o0o.nu/2010/07/cve-2010-1871-jboss-seam-framework.html'],
4646
['URL', 'http://archives.neohapsis.com/archives/bugtraq/2013-05/0117.html']
4747
],
48-
'DisclosureDate' => "Nov 30 2010",
48+
'DisclosureDate' => "Aug 05 2010",
4949
'License' => MSF_LICENSE,
5050
'Platform' => %w{ java },
5151
'Targets' =>

0 commit comments

Comments
 (0)