Add more todos
This commit is contained in:
12
run.sh
12
run.sh
@@ -103,3 +103,15 @@ fi
|
||||
cat "$OUTPUT_DIR/cgi-progs.txt" | sort | uniq -c | sort -gr > "$OUTPUT_DIR/cgi-progs-overview.txt"
|
||||
|
||||
# TODO find lisp libraries
|
||||
|
||||
# TODO: look through all files in ~/web-docs/cgi-bin (last one case insensitive)
|
||||
|
||||
# TODO: generally filter out files ending with ~ or starting with #
|
||||
|
||||
# TODO: generally filter out .git, RCS, and other such files
|
||||
|
||||
# TODO: generally filter out executables, drop executable .so files
|
||||
|
||||
# TODO: look for all digits behind '*.php' (i.e. asdf.php4 and asdf.php5)
|
||||
|
||||
# TODO: extract non-absolute binary references from calls that invoke subprocesses in the various languages
|
||||
|
||||
Reference in New Issue
Block a user