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?

Seven Strategies To Differentiate Your Cybersecurity Consultancy

You don’t need to reinvent the wheel to stand out from other cybersecurity consultancies. Often, it's about doing the simple things better, and clearly communicating what sets you apart.

  • Tell your story better
  • Improve your testimonials and case studies
  • Build strategic partnerships

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