Skip to content

Commit dfa1310

Browse files
jvazquez-r7Tod Beardsley
authored andcommitted
Commas in the author array
1 parent 24b8fb0 commit dfa1310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/admin/http/nexpose_xxe_file_read.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ def initialize(info = {})
2525
'Author' =>
2626
[
2727
'Brandon Perry <bperry.volatile[at]gmail.com>', # Initial discovery and Metasploit module
28-
'Drazen Popovic <drazen.popvic[at]infigo.hr>' # Independent discovery, alternate vector
29-
'Bojan Zdrnja <bojan.zdrnja[at]infigo.hr>', # Independently reported
28+
'Drazen Popovic <drazen.popvic[at]infigo.hr>', # Independent discovery, alternate vector
29+
'Bojan Zdrnja <bojan.zdrnja[at]infigo.hr>' # Independently reported
3030
],
3131
'License' => MSF_LICENSE,
3232
'References' =>

0 commit comments

Comments
 (0)