aligned_layer
aligned_layer copied to clipboard
fix(explorer): fetch_batch_data_pointer in explorer reads the entire response body without any limitation
Motivation
The function fetch_batch_data_pointer in the explorer reads the entire response body without any
limitations, which can lead to an OOM attack.
Description
Uses a max_batch_size limit when reading request bodies.
How to Test
See #1202
Closes #1016