security concerns around regular expressions; using them as security-critical filters, processing user-supplied regexes, vulnerabilities in regex parsers, etc.
Regular Expressions are a common tool for pattern matching over text data. They are a very flexible and powerful tool, giving rise to a wide range of applications, but also the potential to introduce vulnerabilities into your application through the sloppy use of regexes.