diff --git a/UNDF-REGISTRY.json b/UNDF-REGISTRY.json index fd27d193d..632fd329b 100644 --- a/UNDF-REGISTRY.json +++ b/UNDF-REGISTRY.json @@ -856,5 +856,8 @@ "gitlab-foss-0003": "UNDF-2026-000000855", "gitlab-foss-0004": "UNDF-2026-000000856", "gitlab-foss-0005": "UNDF-2026-000000857", - "proxysql-0001": "UNDF-2026-000000858" + "proxysql-0001": "UNDF-2026-000000858", + "conduit-0001": "UNDF-2026-000000859", + "element-web-0003": "UNDF-2026-000000860", + "element-web-0004": "UNDF-2026-000000861" } diff --git a/defects/conduit/patch/conduit-0001-earliest-events-hashset.patch b/defects/conduit/patch/conduit-0001-earliest-events-hashset.patch index c5eabe444..ba8383cd2 100644 --- a/defects/conduit/patch/conduit-0001-earliest-events-hashset.patch +++ b/defects/conduit/patch/conduit-0001-earliest-events-hashset.patch @@ -1,3 +1,4 @@ +# UNDF: UNDF-2026-000000859 --- a/src/api/server_server.rs +++ b/src/api/server_server.rs @@ -1254,6 +1254,9 @@ pub async fn get_missing_events_route( diff --git a/defects/conduit/unit/ConduitTest.class b/defects/conduit/unit/ConduitTest.class new file mode 100644 index 000000000..239bbb4a3 Binary files /dev/null and b/defects/conduit/unit/ConduitTest.class differ diff --git a/defects/element-web/patch/element-web-0003-canonical-alias-set.patch b/defects/element-web/patch/element-web-0003-canonical-alias-set.patch index 943a48a8d..56406a4a4 100644 --- a/defects/element-web/patch/element-web-0003-canonical-alias-set.patch +++ b/defects/element-web/patch/element-web-0003-canonical-alias-set.patch @@ -1,3 +1,4 @@ +# UNDF: UNDF-2026-000000860 --- a/apps/web/src/TextForEvent.tsx +++ b/apps/web/src/TextForEvent.tsx @@ -394,8 +394,11 @@ function textForCanonicalAliasEvent(ev: MatrixEvent): (() => string) | null { diff --git a/defects/element-web/patch/element-web-0004-arraydiff-set.patch b/defects/element-web/patch/element-web-0004-arraydiff-set.patch index 2462cf9b1..7351530ce 100644 --- a/defects/element-web/patch/element-web-0004-arraydiff-set.patch +++ b/defects/element-web/patch/element-web-0004-arraydiff-set.patch @@ -1,3 +1,4 @@ +# UNDF: UNDF-2026-000000861 --- a/apps/web/src/utils/arrays.ts +++ b/apps/web/src/utils/arrays.ts @@ -189,8 +189,12 @@ export function arrayHasOrderChange(a: any[], b: any[]): boolean { diff --git a/defects/element-web/unit/ElementWebTest.class b/defects/element-web/unit/ElementWebTest.class new file mode 100644 index 000000000..6bc14d1f0 Binary files /dev/null and b/defects/element-web/unit/ElementWebTest.class differ