Skip to content

Commit 9de8297

Browse files
committed
Use [] for References
1 parent 75057b5 commit 9de8297

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/exploits/unix/webapp/wp_asset_manager_upload_exec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ def initialize(info = {})
2828
'License' => MSF_LICENSE,
2929
'References' =>
3030
[
31-
%w(OSVDB 82653),
32-
%w(BID 53809),
33-
%w(EDB 18993),
31+
['OSVDB', '82653'],
32+
['BID', '53809'],
33+
['EDB', '18993'],
3434
['URL', 'http://www.opensyscom.fr/Actualites/wordpress-plugins-asset-manager-shell-upload-vulnerability.html']
3535
],
3636
'Platform' => 'php',

0 commit comments

Comments
 (0)