Skip to content

Commit 35578c7

Browse files
committed
Add refs.
1 parent 6a87e7c commit 35578c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/exploits/osx/browser/safari_user_assisted_applescript_exec.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ def initialize(info = {})
3737
'DefaultTarget' => 0,
3838
'DisclosureDate' => 'Oct 16 2015',
3939
'Author' => [ 'joev' ],
40+
'References' =>
41+
[
42+
[ 'CVE', '2015-7007' ],
43+
[ 'URL', 'https://support.apple.com/en-us/HT205375' ]
44+
],
4045
'BrowserRequirements' => {
4146
:source => 'script',
4247
:ua_name => HttpClients::SAFARI,

0 commit comments

Comments
 (0)