An error occurred while fetching folder content.
user avatar
http: fix integer downcast for per_page parameter
Tim Gross authored
The parser for the `per_page` query parameter downcasts to int32
without bounds checking. This could result in underflow and
nonsensical paging, but there's no server-side consequences for
this. Fixing this will silence some security and code quality scanners
though.
58b152de
Name Last commit Last update