Skip to content

Commit d16cc84

Browse files
committed
Correct disclosure date
1 parent 0955e14 commit d16cc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/gather/ie_uxss_injection.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def initialize(info={})
3535
[ 'URL', 'http://seclists.org/fulldisclosure/2015/Feb/10' ]
3636
],
3737
'Platform' => 'win',
38-
'DisclosureDate' => "Feb 2 2015"
38+
'DisclosureDate' => "Feb 1 2015"
3939
))
4040

4141
register_options(

0 commit comments

Comments
 (0)