Skip to content

Commit c476b4f

Browse files
committed
REL: 6.10.2
## What's new ### Security (SEC) - Do not rely on possibly invalid /Size for incremental cloning (#3735) by @stefan6419846 - Introduce limits for FlateDecode parameters and image decoding (#3734) by @stefan6419846 [Full Changelog](6.10.1...6.10.2)
1 parent c50a010 commit c476b4f

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## Version 6.10.2, 2026-04-15
4+
5+
### Security (SEC)
6+
- Do not rely on possibly invalid /Size for incremental cloning (#3735)
7+
- Introduce limits for FlateDecode parameters and image decoding (#3734)
8+
9+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/6.10.1...6.10.2)
10+
311
## Version 6.10.1, 2026-04-14
412

513
### Security (SEC)

pypdf/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "6.10.1"
1+
__version__ = "6.10.2"

0 commit comments

Comments
 (0)