We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0333774 commit 93d7b57Copy full SHA for 93d7b57
app/code/Magento/ImportExport/Test/Unit/Controller/Adminhtml/History/DownloadTest.php
@@ -153,7 +153,7 @@ public function executeDataProvider()
153
{
154
return [
155
'Normal file name' => ['filename.csv', 'filename.csv'],
156
- 'Vulnerable file name' => ['../../../../../../../../etc/passwd', 'passwd'],
+ 'Relative file name' => ['../../../../../../../../etc/passwd', 'passwd'],
157
'Empty file name' => ['', ''],
158
];
159
}
0 commit comments