Skip to content

Commit 712d4bd

Browse files
RasmusWLtausbn
andauthored
Python: Fix typo in docs
Co-authored-by: Taus <[email protected]>
1 parent 8150c78 commit 712d4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/semmle/python/web/flask/Request.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class FlaskRoutedParameter extends HttpRequestTaintSource {
8181
}
8282

8383
private string werkzeug_rule_re() {
84-
// since flask uses werkzeug internally, we are using it's routing rules from
84+
// since flask uses werkzeug internally, we are using its routing rules from
8585
// https://github.com/pallets/werkzeug/blob/4dc8d6ab840d4b78cbd5789cef91b01e3bde01d5/src/werkzeug/routing.py#L138-L151
8686
result =
8787
"(?<static>[^<]*)<(?:(?<converter>[a-zA-Z_][a-zA-Z0-9_]*)(?:\\((?<args>.*?)\\))?\\:)?(?<variable>[a-zA-Z_][a-zA-Z0-9_]*)>"

0 commit comments

Comments
 (0)