2006-08-08 17:16:28 +01:00
|
|
|
URGENT
|
|
|
|
|
2006-08-11 10:41:12 +01:00
|
|
|
-
|
|
|
|
|
2006-08-08 17:16:28 +01:00
|
|
|
TO BE DONE
|
|
|
|
|
2006-08-11 10:41:12 +01:00
|
|
|
- Config file should use Python's confParse module.
|
|
|
|
- Save preferences in local file on close.
|
|
|
|
|
2006-08-08 17:16:28 +01:00
|
|
|
WOULD LIKE TO HAVE
|
2006-08-11 10:41:12 +01:00
|
|
|
|
|
|
|
- Font selector for graphs.
|
|
|
|
- Nice graph scaling for all platforms (now only supported under Linux
|
2006-08-11 18:25:34 +01:00
|
|
|
using the Python Imaging Library through postscript; currently
|
|
|
|
wxPython does not support any cross-platform vector format out of the
|
|
|
|
box, as SVG is still only a non-default build option.)
|
2006-08-11 10:41:12 +01:00
|
|
|
- Support for using an external editor.
|
|
|
|
- toggle for 'watch file'.
|
|
|
|
- toggle for 'auto-verify on change' or something like that.
|
2006-08-02 13:59:57 +01:00
|
|
|
- Ideally we somehow color the correct/incorrect tags in the editor.
|
|
|
|
- Line numbering is needed for the editor window otherwise you cannot
|
2006-08-08 17:16:28 +01:00
|
|
|
interpret attacks. Probably use wx.Py editor things.
|
2006-08-11 10:41:12 +01:00
|
|
|
- Scyther executable should be able to be set by means of preferences.
|
|
|
|
- Save attacks (dot/xml/png) to file.
|
|
|
|
|
|
|
|
IN AN IDEAL WORLD...
|
|
|
|
|
|
|
|
- Use Python modules to generate the attack graphs from the XML, also
|
|
|
|
allow for eg. ASCII output.
|
|
|
|
|