April 2025 #
Feature Addition: #
-
Enhanced Mask API Response:
-
Included excluded entities in the Mask API response for improved transparency and traceability of excluded data.
-
-
Enhanced unMask API :
-
Added support for both
"attributes"and"attribute"keys in the Unmask API call to improve compatibility.
-
-
New Super Admin Authentication API:
-
Introduced a new API to enable super admins to fetch authentication tokens for specific users within a given namespace
-
Machine Learning Updates #
-
Bug Fix: Improved exclusion logic in PII identification to reduce false positives.
-
Feature Addition: Added support for detecting Financial Entities in data classification.
-
Enhancement: Custom identification now supports case-insensitive matching in whitelist logic for better flexibility and accuracy.
New Token Types Added
We have added 5 new token types to enhance data masking functionality:
-
Person Token: The masked result will be a randomly generated synthetic name.
-
Date Token: The masked result will be a random date in the format: YYYY-MM-DD.
-
State Token: The masked result will be a 2-character US State Code.
-
City Token: The masked result will be a randomly generated city name.
-
Address Token: The masked result will be a randomly generated address.
These new token types offer greater flexibility and security for masking sensitive data
Bug Fix:
- Resolved issue where the same token was generated for numeric and text token types in non-auto-detect mode.
- Resolved workspace prefix issue for enabling proper workspace support.