JS: Clarify that strings are case insensitive by default

This commit is contained in:
Asger F
2022-06-28 10:09:56 +02:00
parent b1251f0c63
commit 9cf48fc804

View File

@@ -7,6 +7,7 @@
<p>
Using a case-sensitive regular expression path in a middleware route enables an attacker to bypass that middleware
when accessing an endpoint with a case-insensitive path.
Paths specified using a string are case insensitive, whereas regular expressions are case sensitive by default.
</p>
</overview>