Author Archives: Daniel Martin

Dradis v2.0.1 released!

After three weeks, over 60 commits and nearly 1k downloads of Dradis 2.0 we have a new release:

  • Smart command line parsing: the console client accepts multi-word parameters using quote characters
  • The add extension brings back the ability to add nodes and categories from the console
  • Close bug 2572271: ruby 1.8.7 compatibility fix for wxWidgets interface
  • First security patch (and a new security reports page)
  • Minor bug fixes

download now

Dradis v1.2 released!

What is new?

  • client:
    • export to XML module is now part of the standard module set.
    • a new implementation of the command line parser: now it is
      possible to use single and double quotes to pass multi-word
      arguments to the different commands.
    • fixed the window.rb:159 bug.
  • server:
    • a slightly less annoying implementation of the web
      interface auto refresh functionality.
    • the services added through the web interface can have a
      name now 🙂
    • simple prevention against embedded XSS.