mirror of
https://github.com/github/codeql.git
synced 2026-06-26 15:17:06 +02:00
9 lines
239 B
Plaintext
9 lines
239 B
Plaintext
import python
|
|
import semmle.python.frameworks.Flask
|
|
import semmle.python.ApiGraphs
|
|
import experimental.meta.InlineInstanceTest
|
|
|
|
API::Node getInstance() { result = Flask::FlaskApp::instance() }
|
|
|
|
import MakeInlineInstanceTest<getInstance/0>
|