-
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
DOC: stefan6419846 becomes BDFL of pypdf #3078
Conversation
@stefan6419846 Could you please directly edit the two TODOs? I'm not sure how you want to handle that. Due to past experiences I wanted to provide an official guide on how to deal with an unresponsive BDFL. As the new BDFL, it's your choice how to handle that :-) (Same for the security contact, of course) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3078 +/- ##
==========================================
+ Coverage 96.47% 96.50% +0.02%
==========================================
Files 52 52
Lines 8778 8807 +29
Branches 1600 1612 +12
==========================================
+ Hits 8469 8499 +30
+ Misses 184 183 -1
Partials 125 125 ☔ View full report in Codecov by Sentry. |
Thanks, I will have a look at the this in the next days. For security issues, GitHub seems to provide an option for "Private vulnerability reporting" (https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability), which avoids relying on sending e-mails explicitly and seems to be the recommended way, but I will have to do some more reading before changing and activating this. |
@MartinThoma I have adapted some of the parts and enabled private vulnerability reporting. Feel free to have a look if you are okay with the general changes before merging. |
## What's new ### New Features (ENH) - Handle attachments in /Kids and provide object-oriented API (#3108) by @stefan6419846 ### Bug Fixes (BUG) - Handle annotations being None on merging (#3111) by @stefan6419846 ### Robustness (ROB) - Prevent excessive layout mode text output from Type3 fonts (#3082) by @shartzog ### Documentation (DOC) - stefan6419846 becomes BDFL of pypdf (#3078) by @MartinThoma ### Developer Experience (DEV) - Remove ignoring multiple Ruff rules by @j-t-1 - Remove unused mutmut configuration (#3092) by @stefan6419846 ### Testing (TST) - Fix warning assertions to use `pytest.warns()` (#3083) by @mgorny [Full Changelog](5.2.0...5.3.0)
See #3063