Add export functionality
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 180
- Forks
- 137
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 21
Description
Based on OWASP/www-project-integration-standards#25:
Given a REST call, add the ability to export the results into a google sheets spreadsheet which allows humans to get the mappings into a CSV format. This is already partly implemented (
application/utils/spreadsheet.py) but we haven't implemented any API plumbing for it.
In the FE, that could be implemented as a Button (see below).
It should handle CRE pages, standard pages and generic search pages.

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting application/utils/spreadsheet.py and the existing REST call flow to understand the partial implementation and missing API plumbing. Then trace the frontend pages for CRE, standard, and generic search results, including the proposed export button. Done means these page types can export results to a Google Sheets spreadsheet and obtain the mappings in CSV format.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100