Remove `message` field from Vulnerability GraphQL type and CSV export
Why are we doing this work?
Since security report schema no longer contains the message
field, and we deprecated the message
argument in the VulnerabilityCreate
GraphQL mutation, we can remove that field from GraphQL API or CSV export.
Implementation plan
- Remove
message
argument fromVulnerabilityCreate
GraphQL mutation - Remove
message
field and method fromVulnerability
GraphQL type - Remove
finding_message
fromee/app/services/vulnerability_exports/exporters/csv_service.rb
- Adjust specs
Edited by Thiago Figueiró