mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 12:15:57 +00:00
- TOCTOU symlink attack: use file descriptor for atomic read in persist-routes - Non-atomic mutex: add RestoreMutex class with Promise queue pattern - Restore confirmation: add AlertDialog before destructive backup restore - Sensitive data exposure: sanitize auth_token/management_key in debug console - Chunk retry: add lazyWithRetry wrapper with exponential backoff (3 retries) - URL tab case sensitivity: normalize tab param with toLowerCase()