Open
Description
Component(s)
processor/redaction
Is your feature request related to a problem? Please describe.
The current redaction processor uses a regular expression to identify values to redact. Regular expressions may not catch well specific values to redact in a structured document or string.
Describe the solution you'd like
We want to support a lexer and parser approach that will identify portions of a query to redact.
Describe alternatives you've considered
No response
Additional context
No response
Activity