Skip to content

Commit 41ec4f8

Browse files
committed
Python: Use FlaskModel as workaround name
As suggested by Taus 👍
1 parent 278c071 commit 41ec4f8

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
@@ -14,7 +14,7 @@ private import experimental.semmle.python.frameworks.Werkzeug
1414
* Provides models for the `flask` PyPI package.
1515
* See https://flask.palletsprojects.com/en/1.1.x/.
1616
*/
17-
private module Flask_Private {
17+
private module FlaskModel {
1818
/** Gets a reference to the `flask` module. */
1919
private DataFlow::Node flask(DataFlow::TypeTracker t) {
2020
t.start() and

0 commit comments

Comments
 (0)