There is 1 open security issue in trixie.
There is 1 open security issue in sid.
commit 4766ab7d1cf447c173564ed8a6c74318f4189fa8 Author: Simon McVittie <smcv@debian.org> Date: Wed Nov 13 15:07:52 2024 +0000 xvfb-run: Special-case "-e /dev/stderr", etc. as redirection In some execution environments, standard error is an inherited file descriptor, but we cannot actually reopen it by opening /dev/stderr or /proc/self/fd/2: for example, it might be a file or terminal owned by a different uid with restrictive permissions, or it might be an AF_UNIX socket. It's generically useful to be able to send Xvfb output to stderr (and several packages are already doing this, which does work on Debian's official buildds), so special-case these pseudo-filenames and interpret them as redirection to a duplicate of the inherited file descriptor, which works in more situations. Closes: #1087418, #921657 Signed-off-by: Simon McVittie <smcv@debian.org>
There is 1 open security issue in bookworm.
You can find information about how to handle this issue in the security team's documentation.