From 78045f8e4f1507796c42e283ebfe0f207f6c04de Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 7 Mar 2025 13:24:11 -0400 Subject: [PATCH] todo --- doc/todo/compute_special_remote_remaining_todos.mdwn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/todo/compute_special_remote_remaining_todos.mdwn b/doc/todo/compute_special_remote_remaining_todos.mdwn index bb522398a4..b3e7b4723e 100644 --- a/doc/todo/compute_special_remote_remaining_todos.mdwn +++ b/doc/todo/compute_special_remote_remaining_todos.mdwn @@ -1,6 +1,11 @@ This is the remainder of my todo list while I was building the compute special remote. --[[Joey]] +* **important** output of the program can contain escape sequences, + which could be a security problem. Eg, it could rebind a key to run a + command. So it seems the output needs to be passed through something to + sanitize it. + * write a tip showing how to use this * Write some simple compute programs so we have something to start with.