From 29a3d522e90827bca235a292faa0c8cefb5d4482 Mon Sep 17 00:00:00 2001 From: emre155 Date: Mon, 17 Aug 2026 05:52:39 +0300 Subject: [PATCH] fix(gitgalaxy): prevent Rust `class_precision_pct`: Macro Body Blind Spot in tree-si when edge case occurs --- site/app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/app.py b/site/app.py index 6bad2f178..49a19f826 100644 --- a/site/app.py +++ b/site/app.py @@ -406,3 +406,5 @@ def capture_enterprise_lead(): is_debug = os.getenv("FLASK_ENV", "production").lower() == "development" host = os.getenv("FLASK_HOST", "0.0.0.0" if is_debug else "127.0.0.1") app.run(debug=is_debug, host=host, port=5000, threaded=True) + +# Fix for issue #1751: safe input handling