Why should one use globs over regex when doing filename pattern matching?
I see that some tools that have to match filenames only support regex and not globs. Would these tools be using globs to improve security?
Is there a security aspect to using globs over regex when matching filenames?
Continue reading Why should one use globs over regex when doing filename pattern matching?