From 7917f7ae927d64db832082f59f3c87be28f79c43 Mon Sep 17 00:00:00 2001 From: fyodor Date: Tue, 17 Feb 2009 07:12:52 +0000 Subject: [PATCH] --- docs/TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/TODO b/docs/TODO index 44b580772..8463a140c 100644 --- a/docs/TODO +++ b/docs/TODO @@ -206,6 +206,11 @@ o Consider adding boolean expressions to --script arguments. For example, see Patrick's implementation at http://seclists.org/nmap-dev/2008/q3/0300.html . +o Consider whether we should include some sort of NSE debugger. Or we + could include something simpler. For example, some developers (such + as Ron) already make use of Patrick's traceback.nse in their + experimental trees. + o Figure out what to do about NSE mutexes: http://seclists.org/nmap-dev/2008/q3/0276.html .