]> git.eshelyaron.com Git - emacs.git/commit
Fix man.el shell injection vulnerability
authorXi Lu <lx@shellcodes.org>
Tue, 10 Oct 2023 14:20:05 +0000 (22:20 +0800)
committerEshel Yaron <me@eshelyaron.com>
Thu, 11 Jan 2024 19:37:16 +0000 (20:37 +0100)
commit6ecb33607deb37f980beba384f6f6a0a279dae4a
tree2e07e462b2e92eafa280aebb47391802ab14e96b
parent158724ae09c46d3f7ffdbd8f977c54bdddc0ac0d
Fix man.el shell injection vulnerability

* lisp/man.el (Man-translate-references): Fix shell injection
vulnerability.  (Bug#66390)
* test/lisp/man-tests.el (man-tests-Man-translate-references): New
test.

(cherry picked from commit 820f0793f0b46448928905552726c1f1b999062f)
lisp/man.el
test/lisp/man-tests.el