-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ROB: Out-of-bounds issue in handle_tj (text extraction) #2342
ROB: Out-of-bounds issue in handle_tj (text extraction) #2342
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2342 +/- ##
=======================================
Coverage 94.27% 94.27%
=======================================
Files 43 43
Lines 7670 7670
Branches 1520 1520
=======================================
Hits 7231 7231
Misses 271 271
Partials 168 168 ☔ View full report in Codecov by Sentry. |
Please refer issue properly filled for review |
You probably want to adjust your title to match https://pypdf.readthedocs.io/en/latest/dev/intro.html#commit-messages and a more meaningful message like in your branch name. |
@rgwood-rely Thank you for your contribution @rgwood-rely 🙏 If you want, I can add you to https://pypdf.readthedocs.io/en/latest/meta/CONTRIBUTORS.html |
The fix will be released on Sunday :-) |
## What's new ### Robustness (ROB) - Out-of-bounds issue in handle_tj (text extraction) (#2342) by @rgwood-rely ### Developer Experience (DEV) - Make make_release.py easier to configure (#2348) by @MartinThoma ### Maintenance (MAINT) - Bump actions/download-artifact from 3 to 4 (#2344) by @dependabot[bot] [Full Changelog](3.17.2...3.17.3)
Closes #2320