Skip to content

Commit 1295e58

Browse files
thbltarichiardi
authored andcommitted
[security] Don't execute arbitrary functions (#146)
Marking values which validate functionp as "safe" meant that any file could potentially execute any code on the Emacs instance it's been opened on. This commit removes this possibility.
1 parent e68108d commit 1295e58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

inf-clojure.el

-1
Original file line numberDiff line numberDiff line change
@@ -1417,7 +1417,6 @@ which is able to parse results in list form only. You can peek
14171417
at its implementation for getting to know some utility functions
14181418
you might want to use in your customization."
14191419
:type 'function
1420-
:safe #'functionp
14211420
:package-version '(inf-clojure . "2.1.0"))
14221421

14231422
(defconst inf-clojure-clojure-expr-break-chars "^[] \"'`><,;|&{()[@\\^]"

0 commit comments

Comments
 (0)