mirror of
https://github.com/github/codeql.git
synced 2026-07-30 23:13:01 +02:00
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
4 lines
311 B
Markdown
4 lines
311 B
Markdown
---
|
|
category: minorAnalysis
|
|
---
|
|
* `Flask::FlaskApp::instance()` will now also return instances of subclasses defined in the source tree. Previously, these were filtered out. `Flask::FlaskApp::classRef()` has been deprecated in favor of `Flask::FlaskApp::subclassRef()` since it already returned some subclasses. |