Skip to content

Commit 564431f

Browse files
committed
Use arrays in refs for consistency
1 parent b8b2e3e commit 564431f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/unix/webapp/hybridauth_install_php_exec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ def initialize(info = {})
3030
],
3131
'References' =>
3232
[
33-
%w|EDB 34273 |,
34-
%w|OSVDB 109838|
33+
['EDB', '34273'],
34+
['OSVDB','109838']
3535
],
3636
'Arch' => ARCH_PHP,
3737
'Platform' => 'php',

0 commit comments

Comments
 (0)