lib/arachni/component/base.rb in arachni-1.4 vs lib/arachni/component/base.rb in arachni-1.5

- old
+ new

@@ -1,7 +1,7 @@ =begin - Copyright 2010-2016 Tasos Laskos <tasos.laskos@arachni-scanner.com> + Copyright 2010-2017 Sarosys LLC <http://www.sarosys.com> This file is part of the Arachni Framework project and is subject to redistribution and commercial restrictions. Please see the Arachni Framework web site for more information on licensing and terms of use. =end @@ -30,9 +30,11 @@ def shortname self.class.shortname end class <<self + include Arachni::Component::Output + def fullname @fullname ||= info[:name] end def description