tju-yxq opened a new issue, #1820: URL: https://github.com/apache/rocketmq-dashboard/issues/1820
AlertService.createRule and updateRule accept AlertRuleVO with null or blank name without validation. The AlertRuleRequestDTO has @NotBlank on name, but the service layer doesn't validate, so direct callers could create rules with null names. This produces invalid Prometheus alert names (falling back to 'RocketMQAlert' for all rules, causing duplicates). -- 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]
