You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Align fastapi-old sample app with other fastapi apps
Rename fastapi-old to fastapi-postgres-uvicorn-old to match the naming
convention. Replace the minimal shell-injection app with a full postgres
sample app identical to the other fastapi variants, including templates,
SQL injection e2e tests, and route discovery assertions. Fix port
conflict with django-asgi-uvicorn (8114 -> 8118).
Align fastapi-old sample app with other fastapi apps
Rename fastapi-old to fastapi-postgres-uvicorn-old to match the naming
convention. Replace the minimal shell-injection app with a full postgres
sample app identical to the other fastapi variants, including templates,
SQL injection e2e tests, and route discovery assertions. Fix port
conflict with django-asgi-uvicorn (8114 -> 8118).