mintmenu/usr/lib/linuxmint
Vincent Vermeulen ee8d01a3ce
safe apt search with shell escapes
This fixes #178.

add_apt_filter_results ran a command with keywords from the menu's Search entry without shell escaping. This made it possible to have it run shell commands by using command substitution. E.g. searching for `$(xeyes)` would run xeyes.

When/if mintmenu gets ported to Python3 pipes.quote should be replaced by shlex.quote.
2018-02-23 13:46:04 +01:00
..
mintMenu safe apt search with shell escapes 2018-02-23 13:46:04 +01:00