Skip to content

Commit 378f0ff

Browse files
committed
added missing comma
1 parent 90f987d commit 378f0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/glossword_upload_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def initialize(info={})
3131
'References' =>
3232
[
3333
[ 'EDB', '24456' ],
34-
[ 'OSVDB' '89960' ]
34+
[ 'OSVDB', '89960' ]
3535
],
3636
'Platform' => 'php',
3737
'Arch' => ARCH_PHP,

0 commit comments

Comments
 (0)