RockteMQ-AI commented on issue #3049: URL: https://github.com/apache/rocketmq-dashboard/issues/3049#issuecomment-5533779360
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The validation bypass is a real issue. The inconsistency between `AlertRuleController` (no trim) and `NativeAlertRulePolicy` (compares untrimmed) means whitespace-padded metrics can bypass validation. **Root Cause:** Missing `trim()` in the DTO-to-VO conversion path. **Impact:** Security — invalid alert rules can bypass validation. **Severity:** medium --- *Automated evaluation by github-manager-bot* -- 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]
