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 ecea392 commit 119a7e4Copy full SHA for 119a7e4
python/ql/lib/semmle/python/frameworks/Flask.qll
@@ -575,7 +575,11 @@ module Flask {
575
// Logging
576
// ---------------------------------------------------------------------------
577
/**
578
- * The attribute `logger` on a Flask application is a standard Python logger.
+ * A Flask application provides a standard Python logger via the `logger` attribute.
579
+ *
580
+ * See
581
+ * - https://flask.palletsprojects.com/en/2.0.x/api/#flask.Flask.logger
582
+ * - https://flask.palletsprojects.com/en/2.0.x/logging/
583
*/
584
private class FlaskLogger extends Stdlib::Logger::LoggerInstance {
585
FlaskLogger() { this = FlaskApp::instance().getMember("logger") }
0 commit comments