Skip to content

Commit 8bcf4a8

Browse files
committed
Update modules/exploits/multi/browser/java_jre17_method_handle.rb
Wrong reference type (URL instead of OSVDB)
1 parent b4f5c3b commit 8bcf4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/browser/java_jre17_method_handle.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def initialize( info = {} )
3535
'References' =>
3636
[
3737
[ 'CVE', '2012-5088' ],
38-
[ 'URL', '86352' ],
38+
[ 'OSVDB', '86352' ],
3939
[ 'BID', '56057' ],
4040
[ 'URL', 'http://www.security-explorations.com/materials/SE-2012-01-ORACLE-5.pdf' ],
4141
[ 'URL', 'http://www.security-explorations.com/materials/se-2012-01-report.pdf' ]

0 commit comments

Comments
 (0)