mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Python: Implement check for flask debug mode.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
|
||||
|
||||
class Flask(object):
|
||||
pass
|
||||
def run(self, *args, **kwargs):
|
||||
pass
|
||||
|
||||
from .globals import request
|
||||
|
||||
|
||||
Reference in New Issue
Block a user