gitweb: allow $posix_shell_bin default to be set in Makefile
[git/gitweb.git] / .topmsg
blob110d7a0c3ccd3fc842b99bdbc9126d32b0bd46e6
1 Subject: [PATCH] gitweb: avoid implicit use of the shell
3 In the one case where the shell must be run (when using
4 highlight), use an explicitly configured $posix_shell_bin that
5 can be set in GITWEB_CONFIG if necessary to increase security.
7 Signed-off-by: Kyle J. McKay <mackyle@gmail.com>