reports/json.rb in arachni-0.4.1.3 vs reports/json.rb in arachni-0.4.2
- old
+ new
@@ -1,7 +1,7 @@
=begin
- Copyright 2010-2012 Tasos Laskos <tasos.laskos@gmail.com>
+ Copyright 2010-2013 Tasos Laskos <tasos.laskos@gmail.com>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
@@ -36,11 +36,11 @@
print_status 'Done!'
end
def self.info
{
- name: 'JSON Report',
- description: %q{Exports the audit results as a JSON file.},
+ name: 'JSON',
+ description: %q{Exports the audit results as a JSON (.json) file.},
author: 'Tasos "Zapotek" Laskos <tasos.laskos@gmail.com>',
version: '0.1.1',
options: [ Options.outfile( '.json' ) ]
}
end