tju-yxq opened a new issue, #1798: URL: https://github.com/apache/rocketmq-dashboard/issues/1798
The whiteRemoteAddress field in PlainAccessConfigVO is only trimmed but not validated using IpRangeMatcher. Invalid values like 'foo' or '999.999.999.999' are accepted and persisted to the broker config. The ACL 2.0 whiteSet entries are validated, but ACL 1.0 whiteRemoteAddress is not. Fix: validate whiteRemoteAddress with IpRangeMatcher.isValidRange() before persisting. -- 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]
