fixup! org-man-open: Fix shell expansion vulnerability (Emacs bug#66390)
This commit is contained in:
parent
bc3caa8f90
commit
6b60b5ac12
|
@ -50,7 +50,7 @@ matched strings in man buffer."
|
||||||
(let* ((command (match-string 1 path))
|
(let* ((command (match-string 1 path))
|
||||||
;; FIXME: Remove after we drop Emacs 29 support.
|
;; FIXME: Remove after we drop Emacs 29 support.
|
||||||
;; Working around security bug #66390.
|
;; Working around security bug #66390.
|
||||||
(command (if (org-man-store-link (equal (Man-translate-references ";id") "\\;id"))
|
(command (if (equal (Man-translate-references ";id") "\\;id")
|
||||||
;; We are on Emacs that properly escapes man
|
;; We are on Emacs that properly escapes man
|
||||||
;; command args (see Emacs commit 820f0793f0b).
|
;; command args (see Emacs commit 820f0793f0b).
|
||||||
command
|
command
|
||||||
|
|
Loading…
Reference in New Issue