Honor Filters for CSV exports of the Vulnerability Report
## Problem to Solve Today the export for the CSV version of the vulnerability report does not honor filters. Any filters set at the front end of the time of export. User Story As a user exporting a report, I expect the filters to be reflected in the export as well. Otherwise, I can never get a filtered list in my CSV report. If I need an unfiltered export I can unselect filters. ## Scope * The CSV export of the vulnerability report should reflect filters that are set at both the project and group level. ## Out of Scope * The JSON export of the vulnerability report should reflect filters that are set at both the project and group level. (since we don't have the JSON export today) ## Dependencies n/a ## Outstanding Questions n/a ## Functional Requirements ### Page Level Support - [x] Project - [x] Group - [ ] Pipeline \> Security (findings) - [ ] MR Security Widget (findings) - [ ] Security Center - [ ] Security Dashboard ### Workflow - [ ] Requires ~"documentation" ## Designs n/a ## Non-Functional Requirements ### Product Usage - [ ] Requires new instrumentation ### Feature Flag Usage - [ ] This feature should be released behind a feature flag ### Testing - [x] Requires new E2E test coverage - [x] Performance testing needed ## Resources Some customer feedback on this note 1. gitlab#267581+ (Additional customers in this issue) 2. gitlab#352075+ (Additional customers in this issue)\] ##
epic