Skip to content

Commit 9cf48fc

Browse files
committed
JS: Clarify that strings are case insensitive by default
1 parent b1251f0 commit 9cf48fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

javascript/ql/src/Security/CWE-178/CaseSensitiveMiddlewarePath.qhelp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<p>
88
Using a case-sensitive regular expression path in a middleware route enables an attacker to bypass that middleware
99
when accessing an endpoint with a case-insensitive path.
10+
Paths specified using a string are case insensitive, whereas regular expressions are case sensitive by default.
1011
</p>
1112
</overview>
1213

0 commit comments

Comments
 (0)