]> 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)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 10 Jan 2024 21:16:24 +0000 (22:16 +0100)
commit820f0793f0b46448928905552726c1f1b999062f
treeb6d7993f6b7e20f509ff0885d187b80e52ac239d
parent093ecb2aca1fa6d00f212b2426ddb7601fdbcfd2
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.
lisp/man.el
test/lisp/man-tests.el