pub fn null_byte_inject(payload: impl AsRef<[u8]>) -> StringExpand description
Null byte injection — append %00 to truncate strings in C-style parsers.
Context: php, cgi — only semantically correct for backends using
C-style null-terminated string handling.