Delete an IssueLibrary entry

Delete from the webapp

  1. In the header, navigate to Add-ons > IssueLibrary
  2. Click Browse all entries in your library below the list of entries
  3. Hover over the name of the entry you want to delete
  4. Click the red Delete button that appears in the far right column and confirm that you want to delete that entry

Delete from the command line

  1. Locate the ID number of the entry you want to delete.
    You can either find this ID number in the browser URL bar after clicking on the issue, or in the status bar while hovering on the link from the issue list.

  2. Run the following commands in the console as "dradispro":
    $ cd /opt/dradispro/dradispro/current/
    $ RAILS_ENV=production bundle exec rails console
    irb> Dradis::Pro::Plugins::Issuelib::Entry.find( #ID# ).destroy
    Be sure to substitue in the correct entry's ID number for #ID# above!

  3. Do you want to completely clear your library? This cannot be undone!

    Run the following commands in the console as "dradispro":

    $ cd /opt/dradispro/dradispro/current/
    $ RAILS_ENV=production bundle exec rails console
    irb> Dradis::Pro::Plugins::Issuelib::Entry.destroy_all

Great job, you reached the end of the guide! Have you read all of them?

Streamline InfoSec Project Delivery

Learn practical tips to reduce the overhead that drags down security assessment delivery with this 5-day course. These proven, innovative, and straightforward techniques will optimize all areas of your next engagement including:

  • Scoping
  • Scheduling
  • Project Planning
  • Delivery
  • Intra-team Collaboration
  • Reporting and much more...

Your email is kept private. We don't do the spam thing.