security: check host validity before anything

This commit is contained in:
2026-04-12 18:17:12 +02:00
parent ef92d95115
commit 213a311fd9
2 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -16,4 +16,4 @@ dev = [
[tool.ruff.lint]
select = ["ALL"]
ignore = ["D", "E501", "S104", "PLR2004", "ANN401", "BLE001", "COM812", "S603"]
ignore = ["D", "E501", "S104", "PLR2004", "ANN401", "BLE001", "COM812", "S603", "PLR0911"]