Frigate NVR Updates: Stability and Security Improvements

Friday's development focused on system reliability with two critical crash fixes in the object tracking system, plus a security enhancement that replaces blocklist-based validation with a more robust allowlist approach for export functionality.

Duration: PT1M56S

Episode overview

This episode is a short developer briefing from Frigate NVR Updates.

It explains recent repository work in plain language.

  • Show: Frigate NVR Updates
  • Published: 2026-06-14T13:09:15Z
  • Audio duration: PT1M56S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good morning, this is your Frigate NVR update for Friday, June 14th.

Yesterday's development centered on stability improvements, with the team addressing two separate crash scenarios in the object tracking system while strengthening security controls around video export functionality.

The main theme was fixing edge cases that could bring down autotracking cameras. Pull request 23475 resolved crashes caused by non-finite tracker distance values, while an open pull request from contributor pgregg88 tackles a related issue where zero-area bounding boxes generate not-a-number values in the norfair…

The second major development was a security architecture change in pull request 23478, which replaced the export system's blocklist approach with a structural allowlist for FFmpeg arguments. This represents a shift from trying to block known bad patterns to explicitly allowing only validated argument structures. The…

Additionally, the API documentation system received an upgrade with automatic generation of OpenAPI specifications that include per-endpoint authentication requirements, making it easier for integrators to understand security boundaries.

For developers working with tracking…

Nearby episodes from Frigate NVR Updates

  1. Infrastructure Improvements and Documentation
  2. Recording Watchdog Fix
  3. Chat System Improvements and Camera Analysis
  4. Configuration and Documentation Fixes
  5. Camera Setup and Recording Improvements
  6. Configuration Cleanup and Documentation Improvements
  7. Weekly Recap - Polish & Platform Improvements
  8. GPU Performance and Model Support