Files
codeql/python/ql/lib/change-notes/2026-05-19-flask-subclasses.md
yoff f7c4e61956 Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-06-02 15:12:41 +02:00

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 of Flask::FlaskApp::subclassRef() since it already returned some subclasses.