mirror of
https://github.com/github/codeql.git
synced 2026-07-04 19:15:29 +02:00
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
311 B
311 B
category
| 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 ofFlask::FlaskApp::subclassRef()since it already returned some subclasses.