microsoft / security-utilities

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

Regex fixes #53

Closed michaelcfanning closed 3 months ago

michaelcfanning commented 3 months ago

OK, so apparently, I previously left a number of rules out of well known patterns for a variety of underlying reasons. Some patterns had syntax errors. In another case, the ACR rule collided with some aad client app detections. The URL credentials rule contained a back-tracking pattern.

All now resolved.