The bottom of app.py runs with debug=True, which enables the Werkzeug interactive debugger — a console that executes arbitrary Python. The README warns against exposing this app to a network; anyone who ignores that gets remote code execution beyond the intentional labs. Read it from an environment variable defaulting to off.
File: app.py
The bottom of app.py runs with debug=True, which enables the Werkzeug interactive debugger — a console that executes arbitrary Python. The README warns against exposing this app to a network; anyone who ignores that gets remote code execution beyond the intentional labs. Read it from an environment variable defaulting to off.
File: app.py