fix: cloud mode path validation and sanitization (bmc-issue-103) (#332)

Signed-off-by: phernandez <paul@basicmachines.co>
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Paul Hernandez
2025-10-04 22:10:21 -05:00
committed by GitHub
parent 14c1fe4e89
commit 7616b2bb08
4 changed files with 175 additions and 6 deletions
@@ -194,6 +194,7 @@ async def add_project(
Response confirming the project was added
"""
try: # pragma: no cover
# The service layer now handles cloud mode validation and path sanitization
await project_service.add_project(
project_data.name, project_data.path, set_default=project_data.set_default
)