RockteMQ-AI commented on issue #1461: URL: https://github.com/apache/rocketmq-dashboard/issues/1461#issuecomment-5240711660
**Issue Evaluation** Category: bug | Status: **Confirmed** Valid bug. DLQ CSV export does not properly escape formulas that start with line-feed characters, which can lead to CSV injection or malformed output when imported into spreadsheet applications. **Root Cause:** CSV export logic does not sanitize cell values that begin with control characters or formula triggers (=, +, -, @, newline). **Impact:** Security risk (CSV injection) and data corruption in exported DLQ messages. **Severity:** high Fix: prefix formula-triggering cells with a single quote or wrap in explicit string escaping. --- *Automated evaluation by RockteMQ-AI* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
