Open gemul opened 2 months ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Thanks for the PR! The changes look good, however, I suspect this might break the export functionality of buttons package.
Will check further when I get the chance.
This PR adds a
max_limit
configuration to prevent end-users from arbitrarily setting a large value for thelength
request parameter, which could otherwise cause the server to overload if not handled manually (e.g., in middleware).If the
length
value exceeds this limit, it will be overridden with the specifiedmax_limit
.The default value is 100.