Threats of Using Regular Expressions in JavaScript
摘要
Regular expressions or regex are widely used in web development for pattern matching and validation purposes. However, using them in practice comes with several security and performance risks that could open doors for attackers. So, in this article, I will discuss two fundamental issues you need to be aware of before using regular expressions in JavaScript.
欢迎在评论区写下你对这篇文章的看法。