wekan-0001: boards.js setNewLabelOrder indexOf in sort comparator O(L^2 logL) MEDIUM 808x wekan-0002: cards.js moveToBoard filter+includes O(M*A) MEDIUM 58x kodi: CLEAN for CWE-407 (proper maps/sets/contains throughout) prusaslicer-0002: fix test N parameter for reasonable runtime cleanup: remove .class artifacts from prusaslicer tests
1 line
305 B
Text
1 line
305 B
Text
CLEAN — CWE-407 scan 2026-03-31. Kodi uses proper containers (maps, sets, unordered_map.contains()) throughout. Only 11 files use std::find, all on small fixed-size collections. WSDiscovery IP dedup is O(N^2) but network discovery is bounded to ~100 devices max. No significant MOAD-0001 defects found.
|