fix(phase1): fix race condition, path traversal, double processing, validation in photo API

This commit is contained in:
2026-04-20 22:39:02 +03:00
parent 92f6977cae
commit af8dcbae3a
3 changed files with 346 additions and 1 deletions

View File

@@ -81,7 +81,9 @@
"Bash(git check-ignore *)",
"Bash(python -m pytest backend/tests/test_schema.py -v)",
"Bash(awk '{print $NF}')",
"Bash(python *)"
"Bash(python *)",
"Bash(grep -E \"\\\\.\\(py|ts\\)$\")",
"Bash(grep -E \"\\\\.py$\")"
]
}
}