frozen icon indicating copy to clipboard operation
frozen copied to clipboard

add recursion depth limit

Open nigoroll opened this issue 7 years ago • 2 comments

for validating untrusted inputs, we need to limit the recursion depth in order to avoid running into stack overflows.

We also introduce a new extensible API interface: json_walk_args() takes additional arguments in the form of a struct which can be extended easily and in a backwards-compatible manner.

nigoroll avatar Aug 27 '18 15:08 nigoroll

context: https://code.uplex.de/uplex-varnish/libvmod-frozen

nigoroll avatar Aug 27 '18 23:08 nigoroll

updated via force push

nigoroll avatar Dec 07 '18 12:12 nigoroll

I have submitted https://cesanta.com/cla.html and rebased onto c6a8e52b9af9e8be34737a2bd58f2398b784df52

nigoroll avatar Aug 07 '23 07:08 nigoroll

Dear maintainers, could you please let me know if this project is actually taking outside contributions?

nigoroll avatar Aug 26 '23 10:08 nigoroll

@nigoroll Merged with thanks

cpq avatar Aug 28 '23 10:08 cpq