diff --git a/docs/SECURITY.md b/docs/SECURITY.md index 9077f25..33753cc 100644 --- a/docs/SECURITY.md +++ b/docs/SECURITY.md @@ -8,10 +8,10 @@ Please refer to the chart below for versions with security support | ----------- | ------------------ | | Prereleases | :x: | | Betas | :x: | -| 3.2.1 | :white_check_mark: | +| >= 3.2.1 | :white_check_mark: | | < 3.2.1 | :x: | -As you can tell, it is strongly recommended to always be on the latest stable version. It is strongly recommended to run the application on a modern Linux distribution with Python >=3.8. +As you can tell, it is strongly recommended to always be on the latest stable major release. It is strongly recommended to run the application on a modern Linux distribution with Python >=3.8. ## Reporting a Vulnerability diff --git a/src/application.py b/src/application.py index 07add71..b9674c5 100644 --- a/src/application.py +++ b/src/application.py @@ -1596,7 +1596,7 @@ def download_problem(problem_id): @app.route("/admin/console") @admin_required def admin_console(): - return render_template("admin/console.html", ver="v3.2.1", + return render_template("admin/console.html", ver="v3.2.2", maintenance_mode=os.path.exists('maintenance_mode'))