You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Server fixes:
- Remove unwrap() on reqwest client builder in doctor handler (panic risk)
- Use saturating_mul for pagination to prevent integer overflow on large page values
- Cap page/per_page to sane maximums (10000/100)
- Validate branch names against allowed characters to prevent injection
- Return 404 for unmatched /api/ routes instead of SPA HTML fallback
- Use tokio::fs instead of blocking std::fs in async save task
- Log persistence errors to stderr instead of silently ignoring
Helm chart fixes:
- Fix GPU resources creating duplicate 'limits' key in ollama-deployment
(now properly merges nvidia.com/gpu into existing limits block)
- Move PVC YAML separator inside conditional to avoid dangling '---'
when first PVC is not rendered
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments