userver
userver copied to clipboard
limit json depth to 128
Closes: #450
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/
Tests are failing!
Please look at userver/universal/src/formats/json/impl/types_impl.cpp (yes, a tricky one) how rapidjson's Value must be destroyed to avoid stack overflow.
Tests are failing!
Please look at userver/universal/src/formats/json/impl/types_impl.cpp (yes, a tricky one) how rapidjson's Value must be destroyed to avoid stack overflow.
Will do, thanks for the tip!