This commit is contained in:
Jami Cogswell 2022-11-21 13:39:46 -05:00
Родитель 13decd38d9
Коммит 9e2ec9d12f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -25,7 +25,7 @@ The following example shows an HTTP request parameter that is used to construct
</p>
<p>
In the first case the user-provided regex is not escaped.
If a malicious user provides a regex that has exponential worst case performance,
If a malicious user provides a regex whose worst-case performance is exponential,
then this could lead to a Denial of Service.
</p>
<p>