[t-017] Create workspace.py route — GET /v1/ios/workspace/* (file tr #17
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Implement the workspace browse/read HTTP endpoints with path traversal protection.
References
Reference
../ absolute paths blocked)Implementation Steps
Implementation Steps
1. Create
src/routes/workspace.pyCreate the workspace route:
Verification Gate
Verification Gate
Run:
And verify path traversal is blocked:
STOP Conditions
STOP Conditions
Depends on: t-014