mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
- Don't allow strings to be sent as arguments. The mixup with lists/tuples could be dangerous. - Don't escape arguments. subprocess.Popen takes care that arguments are passed on nicely to the actions. - Update tests.