microsoft / sarif-pattern-matcher

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

Restore regex extensibility #776

Closed michaelcfanning closed 1 year ago

michaelcfanning commented 1 year ago

This change restores use of alternate regex engines behind the IRegex abstraction. We can now therefore run on linux if users specify the --engine DotNet flag.