Skip to content

Conversation

@stefan6419846
Copy link
Collaborator

Closes #3499.

@codecov
Copy link

codecov bot commented Oct 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.09%. Comparing base (e13a1e0) to head (2a2fc04).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3500   +/-   ##
=======================================
  Coverage   97.09%   97.09%           
=======================================
  Files          56       56           
  Lines        9664     9666    +2     
  Branches     1750     1751    +1     
=======================================
+ Hits         9383     9385    +2     
  Misses        168      168           
  Partials      113      113           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@stefan6419846 stefan6419846 merged commit b751ca2 into py-pdf:main Oct 22, 2025
16 checks passed
@stefan6419846 stefan6419846 deleted the issue3499 branch October 22, 2025 09:42
stefan6419846 added a commit that referenced this pull request Oct 22, 2025
## What's new

### Security (SEC)
- Allow limiting size of LZWDecode streams (#3502) by @stefan6419846
- Avoid infinite loop when reading broken DCT-based inline images (#3501) by @stefan6419846

### Bug Fixes (BUG)
- PageObject.scale() scales media box incorrectly (#3489) by @Nid01

### Robustness (ROB)
- Fail with explicit exception when image mode is an empty array (#3500) by @stefan6419846

[Full Changelog](6.1.2...6.1.3)
OpenNingia pushed a commit to OpenNingia/pypdf that referenced this pull request Oct 23, 2025
## What's new

### Security (SEC)
- Allow limiting size of LZWDecode streams (py-pdf#3502) by @stefan6419846
- Avoid infinite loop when reading broken DCT-based inline images (py-pdf#3501) by @stefan6419846

### Bug Fixes (BUG)
- PageObject.scale() scales media box incorrectly (py-pdf#3489) by @Nid01

### Robustness (ROB)
- Fail with explicit exception when image mode is an empty array (py-pdf#3500) by @stefan6419846

[Full Changelog](py-pdf/pypdf@6.1.2...6.1.3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

IndexError in _get_imagemode on Empty ColorSpace Array

1 participant