undf: assign 845-846; stamp firefox patches

This commit is contained in:
russell@unturf.com 2026-03-30 14:51:42 -04:00
parent 026859bc00
commit 0d852be0a3
3 changed files with 11 additions and 1 deletions

View file

@ -840,5 +840,13 @@
"strawberry-0001": "UNDF-2026-000000839",
"strawberry-0002": "UNDF-2026-000000840",
"clementine-0001": "UNDF-2026-000000841",
"clementine-0002": "UNDF-2026-000000842"
"clementine-0002": "UNDF-2026-000000842",
"calibre-0001": "UNDF-2026-000000843",
"calibre-0002": "UNDF-2026-000000844",
"firefox-0001": "UNDF-2026-000000845",
"firefox-0002": "UNDF-2026-000000846",
"freecad-0001-0001": "UNDF-2026-000000847",
"freecad-0002-0002": "UNDF-2026-000000848",
"retroarch-0001-0001": "UNDF-2026-000000849",
"syncthing-0001": "UNDF-2026-000000850"
}

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000845
# CWE-407: Algorithmic Complexity — Firefox Sanitizer ListSet O(N×E) linear membership
#
# File: dom/security/sanitizer/SanitizerTypes.h

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000846
# CWE-407: Algorithmic Complexity — Firefox nsDOMTokenList O(T²) classList add/remove
#
# File: dom/base/nsDOMTokenList.cpp