mirror of
https://github.com/github/codeql.git
synced 2026-07-23 12:12:05 +02:00
323 B
323 B
7.2.1
Minor Analysis Improvements
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.