remove todo I just added

If a compute program does this, it has a security hole. Not git-annex.
This commit is contained in:
Joey Hess 2025-03-07 13:29:57 -04:00
parent 78045f8e4f
commit 6a8e57f0e9
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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.