From 4e6740eac5b9534bbc948f18230db564b3549d76 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 2 Jan 2013 20:10:23 -0800 Subject: [PATCH] Add TODO Change-Id: Icbce2e60befb2f7a63010b01039b79d10c10e422 --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index 3ffb15043..5b59291aa 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,7 @@ +-- make camget and/or pkg/schema sanity-check all the "file" and "directory" + names, to make sure they don't have path separators in them, "..", etc. + Use Basename/Clean/etc. + -- rename sha1.New() to blobref.NewHash() and blobref.SHA1FromString(string) to blobref.FromString(string), and add blobref.FromHash(hash.Hash) (using reflect.TypeOf to find