Skip to content

Commit a3cc9b6

Browse files
yofftausbn
andauthored
Update python/ql/src/experimental/semmle/python/frameworks/Flask.qll
Co-authored-by: Taus <tausbn@github.com>
1 parent e7c9bc3 commit a3cc9b6

File tree

1 file changed

+1
-1
lines changed
  • python/ql/src/experimental/semmle/python/frameworks

1 file changed

+1
-1
lines changed

python/ql/src/experimental/semmle/python/frameworks/Flask.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ private module FlaskModel {
168168

169169
/** Gets a reference to the `make_response` method on an instance of `flask.Flask`. */
170170
// HACK: We can't call this predicate `make_response` since shadowing is
171-
// completely disallowed in QL. I added an underscore to move thing forwards for
171+
// completely disallowed in QL. I added an underscore to move things forward for
172172
// now :(
173173
DataFlow::Node make_response_() { result = instance_attr("make_response") }
174174

0 commit comments

Comments
 (0)