You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's new
Configurable masking denylist — force-mask specific literal or regex patterns with a chosen placeholder type, even when the detector misses them or PII detection is disabled. Implements the Exclude List request (#59).
Regex whitelist — whitelist entries now support regex: true; a regex entry must match the entire detected value.
Fixes
Streaming unmask now restores a placeholder whose [[/]] delimiter is split across SSE chunks, instead of leaking the raw placeholder to the client.