From c31c569e45467b9503863e4bbac7b18fb01712ed Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Mon, 30 Mar 2026 14:56:23 -0400 Subject: [PATCH] undf: stamp gitlab-foss patches with UNDF numbers --- UNDF-REGISTRY.json | 5 ++++- ...oss-0002-network-graph-overlap-spaces-array-include.patch | 1 + ...-notification-service-mentioned-users-array-include.patch | 1 + ...-foss-0004-refresh-service-commit-ids-array-include.patch | 1 + ...s-0005-project-members-among-user-ids-array-include.patch | 1 + 5 files changed, 8 insertions(+), 1 deletion(-) diff --git a/UNDF-REGISTRY.json b/UNDF-REGISTRY.json index 21b31836a..54930ad56 100644 --- a/UNDF-REGISTRY.json +++ b/UNDF-REGISTRY.json @@ -852,5 +852,8 @@ "digikam-0001": "UNDF-2026-000000851", "digikam-0002": "UNDF-2026-000000852", "gitlab-foss-0001": "UNDF-2026-000000853", - "gitlab-foss-0002": "UNDF-2026-000000854" + "gitlab-foss-0002": "UNDF-2026-000000854", + "gitlab-foss-0003": "UNDF-2026-000000855", + "gitlab-foss-0004": "UNDF-2026-000000856", + "gitlab-foss-0005": "UNDF-2026-000000857" } diff --git a/defects/gitlab-foss/patch/gitlab-foss-0002-network-graph-overlap-spaces-array-include.patch b/defects/gitlab-foss/patch/gitlab-foss-0002-network-graph-overlap-spaces-array-include.patch index 8acdbadaf..2e9a021fd 100644 --- a/defects/gitlab-foss/patch/gitlab-foss-0002-network-graph-overlap-spaces-array-include.patch +++ b/defects/gitlab-foss/patch/gitlab-foss-0002-network-graph-overlap-spaces-array-include.patch @@ -1,3 +1,4 @@ +# UNDF: UNDF-2026-000000854 # UNDF: (leave blank) # CWE-407: Network::Graph#overlap? spaces Array#include? in range loop # Severity: LOW-MEDIUM diff --git a/defects/gitlab-foss/patch/gitlab-foss-0003-notification-service-mentioned-users-array-include.patch b/defects/gitlab-foss/patch/gitlab-foss-0003-notification-service-mentioned-users-array-include.patch index 58802c46f..9dbf0c849 100644 --- a/defects/gitlab-foss/patch/gitlab-foss-0003-notification-service-mentioned-users-array-include.patch +++ b/defects/gitlab-foss/patch/gitlab-foss-0003-notification-service-mentioned-users-array-include.patch @@ -1,3 +1,4 @@ +# UNDF: UNDF-2026-000000855 # UNDF: (leave blank) # CWE-407: NotificationService mentioned users Array#include? in select loop # Severity: MEDIUM diff --git a/defects/gitlab-foss/patch/gitlab-foss-0004-refresh-service-commit-ids-array-include.patch b/defects/gitlab-foss/patch/gitlab-foss-0004-refresh-service-commit-ids-array-include.patch index 488c4984a..e2ca03efc 100644 --- a/defects/gitlab-foss/patch/gitlab-foss-0004-refresh-service-commit-ids-array-include.patch +++ b/defects/gitlab-foss/patch/gitlab-foss-0004-refresh-service-commit-ids-array-include.patch @@ -1,3 +1,4 @@ +# UNDF: UNDF-2026-000000856 # UNDF: (leave blank) # CWE-407: MergeRequests::RefreshService#post_merge_manually_merged commit_ids Array#include? # Severity: MEDIUM diff --git a/defects/gitlab-foss/patch/gitlab-foss-0005-project-members-among-user-ids-array-include.patch b/defects/gitlab-foss/patch/gitlab-foss-0005-project-members-among-user-ids-array-include.patch index 87c7acd3b..f96b33e47 100644 --- a/defects/gitlab-foss/patch/gitlab-foss-0005-project-members-among-user-ids-array-include.patch +++ b/defects/gitlab-foss/patch/gitlab-foss-0005-project-members-among-user-ids-array-include.patch @@ -1,3 +1,4 @@ +# UNDF: UNDF-2026-000000857 # UNDF: (leave blank) # CWE-407: Project#members_among user_ids Array#include? in select loop # Severity: MEDIUM