undf: assign 768-770; stamp minio patches

This commit is contained in:
russell@unturf.com 2026-03-30 10:25:20 -04:00
parent cb853893e5
commit 79a77db4f8
28 changed files with 176 additions and 18 deletions

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000768
# UNDF: (leave blank)
# minio-0001: healingTracker.isHealed() uses slices.Contains(HealedBuckets, bucket) → O(B×H)
#

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000769
# UNDF: (leave blank)
# minio-0002: isBucketDecommissioned() uses slices.Contains(DecommissionedBuckets, bucket) → O(P×D)
#

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000770
# UNDF: (leave blank)
# minio-0003: isGroupDescEqual/isUserInfoEqual use slices.Contains in loop → O(M²)
#