| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-09 | 814 Bytes | |
| v0.3.1 source code.tar.gz | 2026-02-09 | 784.3 kB | |
| v0.3.1 source code.zip | 2026-02-09 | 837.3 kB | |
| Totals: 3 Items | 1.6 MB | 1 | |
Fixes
🔧 Missing Presidio Recognizers — Fixed detection failures for URL, US_SSN, CRYPTO and other entity types (#67)
The Presidio config generator was only including 6 recognizers, missing standard ones like UrlRecognizer, UsSsnRecognizer, CryptoRecognizer. Users who enabled these entity types in their config would not get any detection results.
Changes
- Added global recognizers for pattern-based detection (7 recognizers)
- Added language-specific recognizers that load only when that language is configured:
- EN: US + UK recognizers (SSN, driver license, passport, etc.)
- ES: Spanish NIF/NIE
- IT: Italian documents (fiscal code, driver license, etc.)
- PL: Polish PESEL
- KO: Korean RRN
Full Changelog: https://github.com/sgasser/pasteguard/compare/v0.3.0...v0.3.1