An open API service indexing awesome lists of open source software.

https://github.com/dradis/dradis-csv_export

Export Dradis results into CSV format
https://github.com/dradis/dradis-csv_export

dradis dradis-framework

Last synced: 5 months ago
JSON representation

Export Dradis results into CSV format

Awesome Lists containing this project

README

          

# CSV plugin for Dradis

[![Build Status](https://secure.travis-ci.org/dradis/dradis-csv_export.png?branch=master)](http://travis-ci.org/dradis/dradis-csv_export)

Export Dradis findings into Comma Separated Value (CSV) format.

## Installation

The add-on requires [Dradis CE](https://dradis.com/ce/) > 3.0, or [Dradis Pro](https://dradis.com/).

Add the CSV plugin to your `Gemfile.plugins`:

gem 'dradis-csv_export'

And

bundle install

And restart your service.

## More information

See the Dradis Framework's [README.md](https://github.com/dradis/dradis-ce/blob/develop/README.md)

## Contributing

See the Dradis Framework's [CONTRIBUTING.md](https://github.com/dradis/dradis-ce/blob/develop/CONTRIBUTING.md)

## License

Dradis Framework and all its components are released under [GNU General Public License version 2.0](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file.

## Feature requests and bugs

Please use the [Dradis Framework issue tracker](https://github.com/dradis/dradis-ce/issues) for add-on improvements and bug reports.