Console user interface library
Backport upstream commit 1a2fda3 to replace insecure
PRNG-based session identifiers with cryptographically secure
UUIDs in the web display module. The patch replaces
`import random` with `import uuid`, uses `uuid.uuid4().hex`
for generating session IDs, and updates the pipe name prefix
to `urwid_` for consistency with upstream.
CVE: CVE-2026-9323
Upstream patches:
-
|
||
|---|---|---|
| .gitignore | ||
| python-urwid-1.3.1-CVE-2026-9323.patch | ||
| python-urwid-test_event_loops.patch | ||
| python-urwid-test_vterm-EINTR.patch | ||
| python-urwid-test_vterm-NUL.patch | ||
| python-urwid.spec | ||
| sources | ||