whitepaper: re-add 10 missing entries + 11 new defects this session, count 578→590; rebuild PDF

This commit is contained in:
russell@unturf.com 2026-03-27 22:18:31 -04:00
parent e4ee168b1e
commit 2e4f7807d5
401 changed files with 3914 additions and 114 deletions

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000228
Fixes pylons-0001: TopologicalSorter.add()/sorted() — `if name in self.names` list scan O(N²) — CWE-407.
--- a/src/pyramid/util.py

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000229
Fixes pylons-0002: TopologicalSorter.sorted() — `if a in names and b in names` list scan in edge loop O(N*E) — CWE-407.
--- a/src/pyramid/util.py

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000230
Fixes pylons-0003: TopologicalSorter.remove() — `self.order.remove(tuple)` list scan O(E) per edge — CWE-407.
--- a/src/pyramid/util.py