Recursively sanitizes request payload values by escaping HTML tag delimiters, removing null bytes from strings, and preserving the original object/array shape. This is a baseline defensive layer and does not replace output encoding/safe rendering.
Recursively sanitizes request payload values by escaping HTML tag delimiters, removing null bytes from strings, and preserving the original object/array shape. This is a baseline defensive layer and does not replace output encoding/safe rendering.