- local.py: use relative_to() for path traversal guard (fixes prefix-collision false negative) - local.py: validate delete_prefix rejects empty/root prefix to prevent full-storage wipe - local.py: remove unused `import os` - db_models.py: remove dead UniqueConstraint import - db_models.py: replace deprecated datetime.utcnow() with datetime.now(timezone.utc) - factory.py: read STORAGE_TYPE and related settings from Config instead of os.environ directly; remove `import os` Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| alembic | ||
| app | ||
| scripts | ||
| tests | ||
| __init__.py | ||
| alembic.ini | ||
| pyproject.toml | ||
| requirements.txt | ||
| run.py | ||
| uv.lock | ||
| wsgi.py | ||