Skip to content

Commit 3010115

Browse files
committed
Remove spaces
1 parent 41cf0ef commit 3010115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/misc/java_jmx_server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def initialize(info = {})
3232
[
3333
['URL', 'https://docs.oracle.com/javase/8/docs/technotes/guides/jmx/JMX_1_4_specification.pdf'],
3434
['URL', 'http://www.accuvant.com/blog/exploiting-jmx-rmi'],
35-
[ 'CVE', '2015-2342' ]
35+
['CVE', '2015-2342']
3636
],
3737
'Platform' => 'java',
3838
'Arch' => ARCH_JAVA,

0 commit comments

Comments
 (0)