whitepaper: re-add 10 missing entries + 11 new defects this session, count 578→590; rebuild PDF
This commit is contained in:
parent
e4ee168b1e
commit
2e4f7807d5
401 changed files with 3914 additions and 114 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue