arbret/backend
counterweight 30583805cd
Add bandit for Python security linting
- Add bandit as dev dependency
- Configure in pyproject.toml (exclude venv/tests)
- Skip B101 (assert) and B311 (random for non-crypto)
- Add Makefile target: security-backend
2025-12-21 21:56:46 +01:00
..
routes Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
tests Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
auth.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
database.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
env.example reviewed 2025-12-20 22:38:39 +01:00
invite_utils.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
main.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
models.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
pyproject.toml Add bandit for Python security linting 2025-12-21 21:56:46 +01:00
pytest.ini tests passing 2025-12-18 22:08:31 +01:00
schemas.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
seed.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
shared_constants.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
validate_constants.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
validation.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
words.txt first implementation 2025-12-20 11:12:11 +01:00