#3 [secaudit,blocking] subprocess is called with flattening of command
Closed 4 years ago by puiterwijk. Opened 4 years ago by puiterwijk.

In joystick/consumers/fedora_messaging_consumer.py, line 21, subprocess.Popen is being called called with ' '.join(command), instead of passing the list.
Please pass in the raw list so there's no chance a particular argv gets mis-interpreted because of spaces in a value.


Metadata Update from @puiterwijk:
- Issue status updated to: Closed (was: Open)

4 years ago

Login to comment on this ticket.

Metadata