fix(skills): Definitive fix for character literal syntax
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
This commit is contained in:
@@ -86,7 +86,7 @@ Whitelist of permitted host binaries.
|
|||||||
Dangerous characters that are banned to prevent command injection.
|
Dangerous characters that are banned to prevent command injection.
|
||||||
|
|
||||||
#+begin_src lisp
|
#+begin_src lisp
|
||||||
(defparameter *shell-metacharacters* '(#\; #\& #\| #\> #\< #\$ #` #\\ #\!)
|
(defparameter *shell-metacharacters* '(#\; #\& #\| #\> #\< #\$ #\` #\\ #\!)
|
||||||
"Characters that are banned in shell commands to prevent injection.")
|
"Characters that are banned in shell commands to prevent injection.")
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user