We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8150c78 commit 712d4bdCopy full SHA for 712d4bd
python/ql/src/semmle/python/web/flask/Request.qll
@@ -81,7 +81,7 @@ class FlaskRoutedParameter extends HttpRequestTaintSource {
81
}
82
83
private string werkzeug_rule_re() {
84
- // since flask uses werkzeug internally, we are using it's routing rules from
+ // since flask uses werkzeug internally, we are using its routing rules from
85
// https://github.com/pallets/werkzeug/blob/4dc8d6ab840d4b78cbd5789cef91b01e3bde01d5/src/werkzeug/routing.py#L138-L151
86
result =
87
"(?<static>[^<]*)<(?:(?<converter>[a-zA-Z_][a-zA-Z0-9_]*)(?:\\((?<args>.*?)\\))?\\:)?(?<variable>[a-zA-Z_][a-zA-Z0-9_]*)>"
0 commit comments