Reject unsafe ZIP paths

This commit is contained in:
“Naeel”
2026-09-05 12:20:26 +03:00
parent 317526b246
commit eda5263d8b
3 changed files with 35 additions and 7 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ with (ROOT / "config.json").open(encoding="utf-8") as config_file:
CONFIG = json.load(config_file)
VERSION = "0.1.7"
VERSION = "0.1.8"
app = Flask(__name__, template_folder="templates", static_folder="static")