Pattern matching for include, exclude, and other regex patterns should be case insensitive
alanhamlett opened this issue · 0 comments
alanhamlett commented
Any user-input regex pattern that matches file entity paths should be case-insensitive.
As part of this fix, let's remove regex.go and use regexp.Compile
instead.