microsoft / sarif-pattern-matcher

Quality domain agnostic regular expression pattern matcher that persists results to SARIF
MIT License
39 stars 18 forks source link

More functions checking whether a secret contains letter and/or digit #717

Closed LingZhou-gh closed 1 year ago

LingZhou-gh commented 1 year ago

Add several functions in ValidatorBase.cs to check whether a secret contains letter and/or digit.

LingZhou-gh commented 1 year ago

Move those functions to ExtensionMethods.cs.