yyqdbngt opened a new pull request, #2822:
URL: https://github.com/apache/rocketmq-dashboard/pull/2822

   ## Summary
   - enforce the backend page and page-size bounds in ACL mock mode
   - reject page zero and page sizes above 100 before array slicing
   - add mock-service regression coverage
   
   ## Why
   Mock mode accepted invalid pagination that the real ACL endpoint rejects, 
and negative JavaScript slice offsets could return unrelated users.
   
   ## Testing
   - `NODE_OPTIONS=--no-experimental-webstorage npm test -- 
src/services/aclService.test.ts`


-- 
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]

Reply via email to