Migrate to digitorus/pdf v0.2.0 - #2
Merged
Merged
Conversation
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.46.0 to 0.49.0. - [Commits](golang/crypto@v0.46.0...v0.49.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.49.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…/golang.org/x/crypto-0.49.0 Bump golang.org/x/crypto from 0.46.0 to 0.49.0
pdf v0.2.0 unexported Reader.Resolve; use the new GetObject API in the verify xref scan, which adds bounds and free-entry checks the old path lacked. Also merges upstream main (x/crypto 0.49.0). Full test suite passes against v0.2.0. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012wapN8F6TQnv8iA9QyGDLh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pdf v0.2.0's refactor (digitorus/pdf#1) unexported
Reader.Resolve, breaking the verify xref scan. Migrate to the newGetObjectAPI — which also adds bounds and free-entry checks the old path lacked, so free xref entries are skipped explicitly instead of falling through to the Filter check.Also merges upstream main (x/crypto 0.49.0).
Full test suite passes against v0.2.0: sign roundtrips, verify, cli.
Consumed by plugport/plug-insight#310, which pins this branch's commit via its replace directive.
🤖 Generated with Claude Code
https://claude.ai/code/session_012wapN8F6TQnv8iA9QyGDLh