Skip to content

Commit abea7e6

Browse files
committed
add osvdb ref 76389
1 parent cab2006 commit abea7e6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/exploits/osx/browser/safari_file_policy.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ def initialize(info={})
3939
],
4040
'References' =>
4141
[
42-
['CVE', '2011-3230'],
43-
['URL', 'http://vttynotes.blogspot.com/2011/10/cve-2011-3230-launch-any-file-path-from.html#comments'],
44-
['URL', 'http://support.apple.com/kb/HT5000']
42+
[ 'CVE', '2011-3230' ],
43+
[ 'OSVDB', '76389' ],
44+
[ 'URL', 'http://vttynotes.blogspot.com/2011/10/cve-2011-3230-launch-any-file-path-from.html#comments' ],
45+
[ 'URL', 'http://support.apple.com/kb/HT5000' ]
4546
],
4647
'Payload' =>
4748
{

0 commit comments

Comments
 (0)