This module knows how to parse Burp HTML format.
Classes: Importer
4 5 6 7 8 9 10 11
# File 'lib/dradis/plugins/burp/html/importer.rb', line 4 def self.meta package = Dradis::Plugins::Burp { name: package::Engine::plugin_name, description: 'Upload Burp Scanner output file (.html)', version: package.version } end