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
- Host: GitHub
- URL: https://github.com/dradis/dradis-csv_export
- Owner: dradis
- License: gpl-2.0
- Created: 2013-04-25T09:56:20.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2025-09-26T03:59:06.000Z (9 months ago)
- Last Synced: 2025-09-26T05:46:09.874Z (9 months ago)
- Topics: dradis, dradis-framework
- Language: Ruby
- Homepage: https://dradis.com/support/guides/reporting/export_csv.html
- Size: 115 KB
- Stars: 1
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# CSV plugin for Dradis
[](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.