fix: prevent CSV injection by escaping formula characters (Closes #174) #185
Reference in New Issue
Block a user
Delete Branch "feature/issue-174-csv-injection-prevention"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
CsvExportService::sanitizeCsvField()that prefixes fields starting with=,+,-,@with a single quoteCsvExportServiceandEntityExportServiceTest plan
Closes #174