ReDoS, or Regular Expression Denial of Service, is a type of security vulnerability that occurs when a regular expression (regex) is crafted in such a way that it can consume excessive amounts of computational resources, causing a denial of service condition in an application. This typically happens when a regex engine processes a specially constructed input string that takes a long time to match or fail.
Articles by others on the same topic
There are currently no matching articles.