From d9dd8968deae0cee9b53f0fe0008f0b6cf85eb97 Mon Sep 17 00:00:00 2001 From: Diego Rodrigues de Sa e Souza Date: Mon, 24 Aug 2026 05:46:15 -0300 Subject: [PATCH] docs(changelog): link drill-down hardening PR --- changelog.d/features/11369-video-bridge-drilldown-isolation.md | 1 + changelog.d/features/pending-video-bridge-drilldown-isolation.md | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 changelog.d/features/11369-video-bridge-drilldown-isolation.md delete mode 100644 changelog.d/features/pending-video-bridge-drilldown-isolation.md diff --git a/changelog.d/features/11369-video-bridge-drilldown-isolation.md b/changelog.d/features/11369-video-bridge-drilldown-isolation.md new file mode 100644 index 0000000000..b0b499304d --- /dev/null +++ b/changelog.d/features/11369-video-bridge-drilldown-isolation.md @@ -0,0 +1 @@ +- **feat(video bridge):** harden the optional drill-down cache substrate with exact-path broker policy, canonical principal/session/media isolation, independent retained-byte quotas, cancellation-safe commits, rejection of excess or non-canonical Base64 padding and non-JPEG/truncated media, warning-sensitive full JPEG canonicalization that strips trailing polyglot bytes, server-derived dimensions, and auditable derivation metadata; production tenant binding and multi-resolution selection remain follow-up work ([#11369](https://github.com/diegosouzapw/OmniRoute/pull/11369)) diff --git a/changelog.d/features/pending-video-bridge-drilldown-isolation.md b/changelog.d/features/pending-video-bridge-drilldown-isolation.md deleted file mode 100644 index 85553b57f6..0000000000 --- a/changelog.d/features/pending-video-bridge-drilldown-isolation.md +++ /dev/null @@ -1 +0,0 @@ -- **feat(video bridge):** hardens the optional drill-down cache substrate with exact-path broker policy, canonical principal/session/media isolation, independent retained-byte quotas, cancellation-safe commits, rejection of excess or non-canonical Base64 padding and non-JPEG/truncated media, warning-sensitive full JPEG canonicalization that strips trailing polyglot bytes, server-derived dimensions, and auditable derivation metadata; production tenant binding and multi-resolution selection remain follow-up work.