microsoft / security-utilities

Security utilities for key generation, string redaction, etc.
MIT License
24 stars 9 forks source link

Scan: Move to generalized scan and named outputs #27

Closed beaubelgrave closed 4 months ago

beaubelgrave commented 4 months ago

Move the IdentififableScan pattern in Rust and C# over to the generalized scanning logic.

Each returned match now has a name IE: SEC101/200. Use these names to lookup the existing RegexPattern in C# and redact, etc.