yuluo-yx opened a new pull request, #2703: URL: https://github.com/apache/rocketmq-dashboard/pull/2703
## Problem Metric query window validation subtracted signed timestamps before checking ordering and range, so extreme values could overflow and bypass or misclassify validation. ## Changes - compare query endpoints before duration arithmetic - enforce the 31-day limit with an overflow-safe boundary check - cover reversed, oversized, and exact-boundary extreme windows ## Local verification - `git diff --check` - PR scope check: 50 changed lines, 2 files, 1 commit - Java tests were not run locally because this workspace does not have the project's Java 21 toolchain and no further SDK installation was attempted; the automatically triggered Java 21 PR checks are expected to run the regression test No containers, full E2E suite, or remote workflow was started manually. Fixes #2698 -- 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]
