AnalogCyan / itadakimasu

Audit: Binding to all interfaces detected with hardcoded values BAN-B104
Security
Major
5 months agoa year old
Possible binding to all interfaces.
170
171
172if __name__ == "__main__":
173    app.run(host="0.0.0.0", port=int(os.environ.get("PORT", 8080)))