]> git.eshelyaron.com Git - emacs.git/commit
Replace 'hfy-find-cmd' with 'directory-files-recursively'.
authorXi Lu <lx@shellcodes.org>
Sat, 7 Jan 2023 14:46:40 +0000 (22:46 +0800)
committerEli Zaretskii <eliz@gnu.org>
Sat, 14 Jan 2023 09:05:53 +0000 (11:05 +0200)
commit7100ecd7a472a5ff49d7c8a4b9c061a50520e93b
treed47d1dc9049af944e86bdfe53fcf14e689b57bf3
parentf102145d381f975e937dd4512a2ac53af604be4a
Replace 'hfy-find-cmd' with 'directory-files-recursively'.

This removes a potential vulnerability to maliciously
named files.  (Bug#60562)
* lisp/htmlfontify.el (hfy-exclude-file-rules): New defcustom.
(hfy-list-files): Reimplement using 'directory-files-recursively'.
lisp/htmlfontify.el