undf: assign UNDF-2026-000000823; stamp terraform-0001/ansible-0002/ansible-0003

This commit is contained in:
russell@unturf.com 2026-03-30 13:29:54 -04:00
parent e0aba0e21e
commit 7f2c2a1a36
3 changed files with 4 additions and 1 deletions

View file

@ -820,5 +820,6 @@
"hive-0004": "UNDF-2026-000000819",
"hive-0005": "UNDF-2026-000000820",
"loki-0001": "UNDF-2026-000000821",
"telegraf-0001": "UNDF-2026-000000822"
"telegraf-0001": "UNDF-2026-000000822",
"ansible-0003": "UNDF-2026-000000823"
}

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000006
# UNDF: (leave blank)
# CWE-407: Host.add_group() and populate_ancestors() use `group not in self.groups`
# linear scan on list inside loops — O(A*G) per add_group call, O(H*G*A) total

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000823
# UNDF: (leave blank)
# CWE-407: Handler.is_host_notified() uses `host in self.notified_hosts` linear scan
# on list — O(H) per notification, O(H^2) total across all hosts