Baracchino-Della-Scuola / Bot

Audit: Binding to all interfaces detected with hardcoded values BAN-B104
Security
Major
4 months ago2 years old
Possible binding to all interfaces.
25    return "ok"
26
27
28app.run(host="0.0.0.0", port=8756)
Possible binding to all interfaces.
 35        "quiet": True,
 36        "no_warnings": True,
 37        "default_search": "auto",
 38        "source_address": "0.0.0.0", 39    } 40
 41    FFMPEG_OPTIONS = {
 42        "before_options": "-reconnect 1 -reconnect_streamed 1 -reconnect_delay_max 5",