Skip to content

Commit 228780a

Browse files
committed
REL: 6.12.1
## What's new ### Security (SEC) - Limit input size and element count for XMP metadata (#3796) by @stefan6419846 ### Robustness (ROB) - Prevent cyclic parent hierarchies for inherited dictionaries (#3795) by @stefan6419846 - Deal with invalid first code in LZW decoder (#3794) by @stefan6419846 [Full Changelog](6.12.0...6.12.1)
1 parent 62191d5 commit 228780a

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## Version 6.12.1, 2026-05-22
4+
5+
### Security (SEC)
6+
- Limit input size and element count for XMP metadata (#3796)
7+
8+
### Robustness (ROB)
9+
- Prevent cyclic parent hierarchies for inherited dictionaries (#3795)
10+
- Deal with invalid first code in LZW decoder (#3794)
11+
12+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/6.12.0...6.12.1)
13+
314
## Version 6.12.0, 2026-05-21
415

516
### Security (SEC)

pypdf/_version.py

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

0 commit comments

Comments
 (0)