CVE-2022-20803: Fixed a possible double-free vulnerability in the OLE2 file parser.
Issue affects versions 0.104.0 through 0.104.2.
CVE-2022-20770: Fixed a possible infinite loop vulnerability in the CHM file parser.
Issue affects versions 0.104.0 through 0.104.2 and LTS version 0.103.5 and prior versions.
CVE-2022-20796: Fixed a possible NULL-pointer dereference crash in the scan verdict cache check.
Issue affects versions 0.103.4, 0.103.5, 0.104.1, and 0.104.2.
CVE-2022-20771: Fixed a possible infinite loop vulnerability in the TIFF file parser.
Issue affects versions 0.104.0 through 0.104.2 and LTS version 0.103.5 and prior versions.
CVE-2022-20785: Fixed a possible memory leak in the HTML file parser / Javascript normalizer.
Issue affects versions 0.104.0 through 0.104.2 and LTS version 0.103.5 and prior versions.
CVE-2022-20792: Fixed a possible multi-byte heap buffer overflow write vulnerability in the
signature database load module.
Issue affects versions 0.104.0 through 0.104.2 and LTS version 0.103.5 and prior versions.
Papirus is a free and open source SVG icon theme for Linux, based
on Paper Icon Set with a lot of new icons and a few extras, like
Hardcode-Tray support, KDE colorscheme support, Folder Color support,
and others.
from David Demelier (MAINTAINER) with small tweaks by landly@ and me.
OK landry@, sthen@.
gmid is a small but featureful gemini server for Unix-like operating
systems. Features include support for CGI and FastCGI, reverse proxying
capabilities, IRI (RFC3987) support, per-location rules and more.
ok sthen@
Aerc is a terminal email client with IMAP and Maildir support. Features
include asynchronous IMAP and IMAP IDLE support, a tabbed multitasking
interface, built-in terminal multiplexer, and customizable rendering
filters for message parts.
Based on a previous submission by Raymond E. Pasco, tested by some
(thanks!), ok sthen@
if MODGO_FLAGS ends up in the environment as $GOFLAGS then go fails to
parse it and errors out:
% GOFLAGS='-p 1' go build
go: parsing $GOFLAGS: non-flag "1"
ok abieber@
Sure is a Python library for Python that leverages a DSL for writing
assertions.
In CPython it monkey-patches the object type, adding some methods and
properties purely for test purposes.
it doesn't hurt but @newuser it's often copied from an existing port and
modified, so better avoiding bad examples in the tree.
reminded by / discussed with sthen@.