php-dompdf 0.6.2+dfsg-3.1ubuntu0.1 source package in Ubuntu

Changelog

php-dompdf (0.6.2+dfsg-3.1ubuntu0.1) jammy-security; urgency=medium

  * SECURITY UPDATE: improper validation of user provided input
    - debian/patches/CVE-2021-3838_2022-2400.patch: update resource URI
      validation and handling.
    - CVE-2021-3838
    - CVE-2022-2400

 -- Camila Camargo de Matos <email address hidden>  Fri, 04 Aug 2023 11:11:44 -0300

Upload details

Uploaded by:
Camila Camargo de Matos
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
php
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy updates universe misc
Jammy security universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-dompdf_0.6.2+dfsg.orig.tar.gz 1.1 MiB e41a3ed39a5bff6177546b44de22330725f038eb72888792a78e2418cded8cb2
php-dompdf_0.6.2+dfsg-3.1ubuntu0.1.debian.tar.xz 20.8 KiB f5c330c25a42c818f787229d8beca8d470a1dbfb701d42b4b98af5ecda88debe
php-dompdf_0.6.2+dfsg-3.1ubuntu0.1.dsc 1.8 KiB 357594865f8fef1d391da3a71ad5f9895e95024f4b805a11de5fbe4a24261e4f

View changes file

Binary packages built by this source

php-dompdf: HTML to PDF converter

 DOMPDF is a CSS 2.1 compliant HTML to PDF converter. It:
  * handles most CSS 2.1 and a few CSS3 properties, including @import,
    @media & @page rules
  * supports most presentational HTML 4.0 attributes
  * supports external stylesheets, either local or through HTTP/FTP
    (via fopen-wrappers)
  * supports complex tables, including row and column spans, separate
    and collapsed border models, individual cell styling
  * supports images: GIF, PNG (8-, 24- and 32-bit with alpha channel),
    BMP, and JPEG
  * supports inline PHP