[GH-ISSUE #12] [Feat]: Custom Redaction Rules (Regex & Blacklist) #3

Closed
opened 2026-03-02 11:44:56 +03:00 by kerem · 0 comments
Owner

Originally created by @karant-dev on GitHub (Dec 12, 2025).
Original GitHub issue: https://github.com/karant-dev/AutoRedact/issues/12

Originally assigned to: @karant-dev, @Copilot on GitHub.

The default detectors don't catch my proprietary Project Names (e.g. 'Project Titan') or specific Invoice IDs.

Describe the solution you'd like

Add an 'Advanced' section to Settings with two fields:

  1. Block Words: List of words to always redact (e.g. names, birth dates, etc).
  2. Custom Regex: User-defined regex patterns (e.g. 'INV-\d{4}').

Describe alternatives you've considered

Drawing manual boxes over them.

Additional context

Important: Validate regex to prevent crashes. Handle case-sensitivity options.

Originally created by @karant-dev on GitHub (Dec 12, 2025). Original GitHub issue: https://github.com/karant-dev/AutoRedact/issues/12 Originally assigned to: @karant-dev, @Copilot on GitHub. ### Is your feature request related to a problem? The default detectors don't catch my proprietary Project Names (e.g. 'Project Titan') or specific Invoice IDs. ### Describe the solution you'd like Add an 'Advanced' section to Settings with two fields: 1. **Block Words**: List of words to always redact (e.g. names, birth dates, etc). 2. **Custom Regex**: User-defined regex patterns (e.g. 'INV-\d{4}'). ### Describe alternatives you've considered Drawing manual boxes over them. ### Additional context Important: Validate regex to prevent crashes. Handle case-sensitivity options.
kerem 2026-03-02 11:44:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/AutoRedact#3
No description provided.