Skip to content

Topic

Input Sanitization

Inspecting and rewriting untrusted input before a system acts on it, commonly with pattern matching, allow-lists or encoding. A long-standing web security technique now applied to text entering model context windows.

Current clusters