N°3412 - Command Injection vulnerability in the Setup Wizard - handle empty path

This commit is contained in:
odain
2021-02-17 07:50:10 +01:00
parent 83434b5506
commit a12959d60e
2 changed files with 15 additions and 8 deletions

View File

@@ -55,6 +55,11 @@ class SetupUtilsTest extends ItopTestCase
2,
"",
],
"empty command => dot by default" => [
"",
2,
"",
],
"command failed" => [
"/bin/ls",
1,