Skip to content

Commit 8c316ec

Browse files
committed
chore: add changeset for configurable PII entity types
1 parent bfb26b1 commit 8c316ec

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.changeset/sweet-comics-sing.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"kiji-privacy-proxy": minor
3+
---
4+
5+
Configurable PII entity types and custom regex patterns
6+
7+
- Chrome extension options page: enable/disable PII entity types per-request
8+
- Custom regex patterns: add/edit/remove user-defined regex rules with replacement text
9+
- New API endpoints: `GET /api/pii/labels`, `GET/POST /api/pii/patterns`, `PUT/DELETE /api/pii/patterns/{id}`
10+
- Backend `MaskText` accepts `enabled_labels` to filter which PII types are masked
11+
- Entity deduplication: overlapping spans resolved by length, custom regex wins ties

0 commit comments

Comments
 (0)