php-dompdf 0.6.2+dfsg-3ubuntu0.20.04.1 source package in Ubuntu

Changelog

php-dompdf (0.6.2+dfsg-3ubuntu0.20.04.1) focal-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 10:11:21 -0300

Upload details

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

See full publishing history Publishing

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

Builds

Focal: [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-3ubuntu0.20.04.1.debian.tar.xz 20.7 KiB c9e4fce734d8a9e956381313bf9cadc5dbdb05fa88d7172cf8c9e496c4fd1908
php-dompdf_0.6.2+dfsg-3ubuntu0.20.04.1.dsc 1.8 KiB 1c41d06c5d551664093200bc875d158192798e99063781eb8cd6f20780f171d2

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