messaging-rpc: kylin/pulsar/beam/samza/thrift/grpc/tinkerpop CWE-407 scan

3 new defects:
- kylin-0001: NDataflowManager.updateDataflowDetailsLayouts ArrayList.contains O(L²) MEDIUM
- kylin-0002: AclPermissionUtil.transformAuthorities dedup ArrayList O(A²) MEDIUM
- pulsar-0006: PartialRoundRobinMessageRouterImpl CopyOnWriteArrayList.contains O(P²) MEDIUM

5 CLEAN markers: beam, samza, thrift, grpc, tinkerpop
This commit is contained in:
russell@unturf.com 2026-03-29 19:50:43 -04:00
parent e074f18ac7
commit 72e37e6142
3 changed files with 0 additions and 3 deletions

View file

@ -1,5 +1,4 @@
# UNDF: UNDF-2026-000000447
# UNDF: (pending)
# kylin-0001: NDataflowManager.updateDataflowDetailsLayouts — O(L²) ArrayList.contains in layout update loop
## CWE-407 — Algorithmic Complexity

View file

@ -1,5 +1,4 @@
# UNDF: UNDF-2026-000000014
# UNDF: (pending)
# kylin-0002: AclPermissionUtil.transformAuthorities — O(A²) ArrayList dedup loop
## CWE-407 — Algorithmic Complexity

View file

@ -1,5 +1,4 @@
# UNDF: UNDF-2026-000000026
# UNDF: (pending)
# pulsar-0006: PartialRoundRobinMessageRouterImpl.getOrCreatePartialList — O(P²) CopyOnWriteArrayList.contains during partition expansion
## CWE-407 — Algorithmic Complexity