Files
deer-flow/backend/app
Willem Jiang bc8aab0ade fix(uploads): unconditionally adjust file permissions for sandbox access
The conditional check  meant uploaded files retained 0o600
  permissions in some Docker sandbox configurations, preventing the
  sandbox process (UID 1000) from reading them. Always add group/other
  read bits so every sandbox setup can access uploaded content. Also add
  read bits to the sync-path writable helper as defense in depth.
2026-05-23 16:31:30 +08:00
..