Skip to content

Commit 93d7b57

Browse files
committed
MAGETWO-72052: LFI in Import History
1 parent 0333774 commit 93d7b57

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/ImportExport/Test/Unit/Controller/Adminhtml/History

1 file changed

+1
-1
lines changed

app/code/Magento/ImportExport/Test/Unit/Controller/Adminhtml/History/DownloadTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public function executeDataProvider()
153153
{
154154
return [
155155
'Normal file name' => ['filename.csv', 'filename.csv'],
156-
'Vulnerable file name' => ['../../../../../../../../etc/passwd', 'passwd'],
156+
'Relative file name' => ['../../../../../../../../etc/passwd', 'passwd'],
157157
'Empty file name' => ['', ''],
158158
];
159159
}

0 commit comments

Comments
 (0)