From 6a8e57f0e9f3c06359293b074539ae20d849bc81 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 7 Mar 2025 13:29:57 -0400 Subject: [PATCH] remove todo I just added If a compute program does this, it has a security hole. Not git-annex. --- doc/todo/compute_special_remote_remaining_todos.mdwn | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/todo/compute_special_remote_remaining_todos.mdwn b/doc/todo/compute_special_remote_remaining_todos.mdwn index b3e7b4723e..bb522398a4 100644 --- a/doc/todo/compute_special_remote_remaining_todos.mdwn +++ b/doc/todo/compute_special_remote_remaining_todos.mdwn @@ -1,11 +1,6 @@ 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.