pypdf2 1.26.0-4ubuntu0.22.04.1 source package in Ubuntu

Changelog

pypdf2 (1.26.0-4ubuntu0.22.04.1) jammy-security; urgency=medium

  * SECURITY UPDATE: Missing read condition causes infinite loop issue
    - debian/patches/CVE-2022-24859.patch: Raise exception when stream has
      ended without encountering EI operator when reading inline image. Parsing
      algorithm efficiency also improved.
    - CVE-2022-24859

 -- Evan Caville <email address hidden>  Thu, 15 Jun 2023 16:05:21 +1000

Upload details

Uploaded by:
Evan Caville
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pypdf2_1.26.0.orig.tar.gz 194.9 KiB 140b1fed792f487f2fd814eb0e832a5b6ef5ae362da302c1fc5a9786d5acb469
pypdf2_1.26.0-4ubuntu0.22.04.1.debian.tar.xz 4.2 KiB 8c388666cdea623cad87e004c662a291d6f49a2e6d067ae8d36732a9e42bd7d1
pypdf2_1.26.0-4ubuntu0.22.04.1.dsc 1.8 KiB 4af164c4938275a134e9a20a5651c4317cd563ab578c9d7de8ab905a57ca5100

View changes file

Binary packages built by this source

python3-pypdf2: Pure-Python library built as a PDF toolkit (Python 3)

 A Pure-Python library built as a PDF toolkit. It is capable of:
   - extracting document information (title, author, ...),
   - splitting documents page by page,
   - merging documents page by page,
   - cropping pages,
   - merging multiple pages into a single page,
   - encrypting and decrypting PDF files.
 .
 By being Pure-Python, it should run on any Python platform without any
 dependencies on external libraries. It can also work entirely on StringIO
 objects rather than file streams, allowing for PDF manipulation in memory.
 It is therefore a useful tool for websites that manage or manipulate PDFs.
 .
 This is the Python 3 version of the package.