Gemeinsame Unterverzeichnisse: odk-old/config und odk/config.
Gemeinsame Unterverzeichnisse: odk-old/docs und odk/docs.
Gemeinsame Unterverzeichnisse: odk-old/examples und odk/examples.
Gemeinsame Unterverzeichnisse: odk-old/config und odk/config.
Gemeinsame Unterverzeichnisse: odk-old/docs und odk/docs.
Gemeinsame Unterverzeichnisse: odk-old/examples und odk/examples.
14:13 < mst__> _rene_, the toolkit unoapi tests are known to be flaky (in some
system dependent way) e.g. on the Win@6 tinderbox it always
crashes
14:14 < mst__> _rene_, sc.ScAccessible* tests also fail on some systems some of
the time
* LTS team upload
* Fix CVE-2024-12425:
Path traversal leading to arbitrary .ttf file write
Various file formats can contain embedded font files which
are extracted to temporary files which are added to
LibreOffice's font lists.
Prior to this fix, an attacker could craft a document
with embedded font file path names which could cause
LibreOffice to write the contents of the embedded font
to a filename in an arbitrary location the user has
permission to write to. Albeit always with a
".ttf" suffix.
* Fix CVE-2024-12426
URL fetching can be used to exfiltrate arbitrary INI
file values and environment variables
URLs could be constructed which expanded environmental
variables or INI file values, so potentially sensitive
information could be exfiltrated to a remote server on
opening a document containing such links.
Prior to this fix, documents could include links that
made use of an internal feature that expands environmental
variables and INI file values in URLS. In the fixed version,
the expansion feature is not available in document hosted urls.
* Remove CJK test that fail on some builder (flaky test)