mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
- nilerr: mark intentional nil returns in DecryptTOTPSecret (backwards compat for unencrypted legacy secrets) - gosec G703: suppress path traversal false positives in backup handlers (paths already sanitized by HasPrefix guard) - contextcheck: thread context through handleWebhookParticipantJoined/Left; nolint goroutine in handleFreshConnect that intentionally detaches from request context - errcheck: handle fmt.Fprintf return in handleWAFInterruption - gocritic elseif: flatten else-if chain in upload_handler access check - gocritic ifElseChain: rewrite asset name matching as switch in updater - unparam: remove unused totpKey param from handleLogin (TOTP verification handled by separate handleVerifyTOTP endpoint)