Skip to content

chore(deps): bump github.com/digitorus/pdfsign from 0.0.0-20250819064552-5f74f69dda1d to 1.0.0-rc1 - #199

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/digitorus/pdfsign-1.0.0-rc1
Open

chore(deps): bump github.com/digitorus/pdfsign from 0.0.0-20250819064552-5f74f69dda1d to 1.0.0-rc1#199
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/digitorus/pdfsign-1.0.0-rc1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/digitorus/pdfsign from 0.0.0-20250819064552-5f74f69dda1d to 1.0.0-rc1.

Release notes

Sourced from github.com/digitorus/pdfsign's releases.

First release candidate of the fluent-API refactor (PR #126), merged into main. This is a major, comprehensive overhaul: a chainable builder API for signing and verification (pdfsign.Open().Sign()/.Verify()), advanced appearance customization (custom fonts, vector graphics, embedded PDF objects, initials across pages), PDF form field support, external signer integrations (AWS KMS, Google Cloud KMS, Azure Key Vault, CSC, PKCS#11), stricter signature verification (revocation, KeyUsage/EKU policy, DocMDP shadow-attack protection), and hardened OCSP/CRL/TSA handling with context.Context-based cancellation.

Closes #135, #132, #111, #124, #90, #83, #82, #60.

Breaking changes: the legacy pdfsign.Sign()/pdfsign.Verify() top-level functions are deprecated in favor of the fluent API; some top-level types have been reorganized (see types.go). See README.md for the current API.

As a release candidate, this is for testing and early adoption; please report any issues before the final v1.0.0 tag.

v0.9.0

First tagged release of pdfsign, cut from main after fixing a golangci-lint CI toolchain mismatch (golangci-lint's prebuilt binary vs a dependency now requiring a newer Go). It captures the mature, long-used top-level Sign()/Verify() API as it stands today. Pin here if you depend on that API and want a stable reference before it's replaced by the new builder-based Sign()/Verify() interface in the next release.

No compatibility guarantees are implied by this being a 0.x release; this tag exists to give existing users something concrete to pin to.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/digitorus/pdfsign](https://github.com/digitorus/pdfsign) from 0.0.0-20250819064552-5f74f69dda1d to 1.0.0-rc1.
- [Release notes](https://github.com/digitorus/pdfsign/releases)
- [Commits](https://github.com/digitorus/pdfsign/commits/v1.0.0-rc1)

---
updated-dependencies:
- dependency-name: github.com/digitorus/pdfsign
  dependency-version: 1.0.0-rc1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 10, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ❌ 1 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ✅ 0 package(s) with unknown licenses.
  • ⚠️ 1 packages with OpenSSF Scorecard issues.
See the Details below.

License Issues

go.mod

PackageVersionLicenseIssue Type
golang.org/x/image0.44.0BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golangIncompatible License
Allowed Licenses: BlueOak-1.0.0, MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC, MPL-2.0, Unlicense, CC0-1.0, 0BSD
Excluded from license check: pkg:golang/github.com/modelcontextprotocol/go-sdk, pkg:golang/golang.org/x/crypto, pkg:golang/golang.org/x/mod, pkg:golang/golang.org/x/net, pkg:golang/golang.org/x/sync, pkg:golang/golang.org/x/sys, pkg:golang/golang.org/x/telemetry, pkg:golang/golang.org/x/term, pkg:golang/golang.org/x/text, pkg:golang/golang.org/x/time, pkg:golang/golang.org/x/tools

OpenSSF Scorecard

PackageVersionScoreDetails
gomod/github.com/digitorus/pdf 0.2.0 ⚠️ 2.8
Details
CheckScoreReason
Code-Review⚠️ 0Found 0/29 approved changesets -- score normalized to 0
Binary-Artifacts🟢 10no binaries found in the repo
Packaging⚠️ -1packaging workflow not detected
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
License🟢 10license file detected
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Security-Policy⚠️ 0security policy file not detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
gomod/github.com/digitorus/pdfsign 1.0.0-rc1 🟢 4.3
Details
CheckScoreReason
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Code-Review⚠️ 2Found 3/11 approved changesets -- score normalized to 2
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Security-Policy⚠️ 0security policy file not detected
SAST🟢 4SAST tool is not run on all commits -- score normalized to 4
gomod/github.com/digitorus/pkcs7 0.0.0-20250730155240-ffadbf3f398c 🟢 4.2
Details
CheckScoreReason
Code-Review🟢 7Found 6/8 approved changesets -- score normalized to 7
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies🟢 4dependency not pinned by hash detected -- score normalized to 4
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Security-Policy⚠️ 0security policy file not detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
gomod/github.com/digitorus/timestamp 0.0.0-20250524132541-c45532741eea 🟢 3.5
Details
CheckScoreReason
Binary-Artifacts🟢 10no binaries found in the repo
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Code-Review⚠️ 2Found 5/24 approved changesets -- score normalized to 2
Pinned-Dependencies⚠️ 2dependency not pinned by hash detected -- score normalized to 2
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Security-Policy⚠️ 0security policy file not detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
gomod/golang.org/x/crypto 0.54.0 UnknownUnknown
gomod/golang.org/x/image 0.44.0 UnknownUnknown

Scanned Files

  • go.mod

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants