mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
N°3412 - Command Injection vulnerability in the Setup Wizard - handle empty path
This commit is contained in:
@@ -55,6 +55,11 @@ class SetupUtilsTest extends ItopTestCase
|
||||
2,
|
||||
"",
|
||||
],
|
||||
"empty command => dot by default" => [
|
||||
"",
|
||||
2,
|
||||
"",
|
||||
],
|
||||
"command failed" => [
|
||||
"/bin/ls",
|
||||
1,
|
||||
|
||||
Reference in New Issue
Block a user