From 93e4ae8ee7d87e0db4968c9e8e1469c9e8474345 Mon Sep 17 00:00:00 2001 From: Jamie Strandboge Date: Tue, 31 Oct 2023 13:58:09 -0500 Subject: [PATCH] chore: remove old TODO file --- TODO | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 TODO diff --git a/TODO b/TODO deleted file mode 100644 index f649a01..0000000 --- a/TODO +++ /dev/null @@ -1,14 +0,0 @@ -In no particular order: - -* add check for use org/proj#NN for PR or issue (eg, if reference github in - references or bugs, then look for ' NNNN ' in description and notes). See - https://docs.github.com/en/github/writing-on-github/autolinked-references-and-urls -* end-to-end verification with compatUbuntu = True -* do membership checks instead of rePatterns in common.py -* use a cache always with mtime -* simple report -* add a 'pull script' to pull data from mitre/nvd. By default pull everything - and loop for anything missing (eg, the distro case) but add an 'limit' file - to be a list of projects to add (everything else skipped rather than added - to ignored; this would be case-insensitive grep on ' ') -* create a tool to intelligently create/update the include list