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 99081ea commit 860b1a5Copy full SHA for 860b1a5
python/ql/lib/semmle/python/frameworks/FlaskAdmin.qll
@@ -42,8 +42,8 @@ private module FlaskAdmin {
42
}
43
44
/**
45
- * A call to `flask_admin.expose_plugview`, which should be used as a decorator to make the
46
- * class (which should a flask View class) exposed in the admin interface.
+ * A call to `flask_admin.expose_plugview`, which is used as a decorator to make the
+ * class (which we expect to be a flask View class) exposed in the admin interface.
47
*
48
* See https://flask-admin.readthedocs.io/en/latest/api/mod_base/#flask_admin.base.expose_plugview
49
*/
0 commit comments