Skip to content

fix(deps): update module github.com/in-toto/in-toto-golang to v0.11.0 [security]#894

Open
renovate-bot wants to merge 1 commit into
slsa-framework:mainfrom
renovate-bot:renovate/go-github.com-in-toto-in-toto-golang-vulnerability
Open

fix(deps): update module github.com/in-toto/in-toto-golang to v0.11.0 [security]#894
renovate-bot wants to merge 1 commit into
slsa-framework:mainfrom
renovate-bot:renovate/go-github.com-in-toto-in-toto-golang-vulnerability

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/in-toto/in-toto-golang v0.9.0v0.11.0 age confidence

in-toto-golang and in-toto-python have inconsistent negation behavior

GHSA-pmwq-pjrm-6p5r

More information

Details

Impact

What kind of vulnerability is it? Who is impacted?

in-toto-golang and in-toto-python both support glob patterns in artifact rules to indicate the artifacts that a rule applies to. Both support negations in character classes to indicate what should not be matched, but they used different operators to indicate the negation. in-toto-python uses ! while in-toto-golang used ^. A layout authored with the expectations of one implementation can therefore exhibit different behavior in the other implementation.

This impacts users in a specific set of circumstances where two different implementations are used to verify the same layout + attestation bundle at different stages of the same pipeline. As a rule of thumb, we advise using a single implementation across all aspects of a pipeline, from layout creation to pipeline execution and verification to prevent this class of bugs.

Patches

Has the problem been patched? What versions should users upgrade to?

in-toto-golang has been updated to use ! instead of ^ to indicate negation. See https://github.com/in-toto/in-toto-golang/pull/462. This is part of v0.11.0.

Severity

  • CVSS Score: 4.1 / 10 (Medium)
  • Vector String: CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:H/A:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Release Notes

in-toto/in-toto-golang (github.com/in-toto/in-toto-golang)

v0.11.0

Compare Source

What's Changed

Full Changelog: in-toto/in-toto-golang@v0.10.0...v0.11.0

v0.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: in-toto/in-toto-golang@v0.9.0...v0.10.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 4am"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@forking-renovate
Copy link
Copy Markdown

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 22 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.2 -> 1.24.0
github.com/google/go-cmp v0.6.0 -> v0.7.0
github.com/secure-systems-lab/go-securesystemslib v0.9.0 -> v0.10.0
github.com/in-toto/attestation v1.1.0 -> v1.1.2
github.com/spf13/cobra v1.8.1 -> v1.10.2
golang.org/x/mod v0.25.0 -> v0.30.0
github.com/go-jose/go-jose/v4 v4.0.5 -> v4.1.4
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/otel/metric v1.33.0 -> v1.39.0
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 -> v0.0.0-20251202230838-ff82c1b0f217
google.golang.org/genproto/googleapis/rpc v0.0.0-20250102185135-69823020774d -> v0.0.0-20251222181119-0a764e51fe1b
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/spf13/pflag v1.0.5 -> v1.0.10
go.opentelemetry.io/otel v1.33.0 -> v1.39.0
go.opentelemetry.io/otel/trace v1.33.0 -> v1.39.0
golang.org/x/crypto v0.36.0 -> v0.46.0
golang.org/x/net v0.38.0 -> v0.48.0
golang.org/x/sync v0.15.0 -> v0.19.0
golang.org/x/sys v0.31.0 -> v0.41.0
golang.org/x/term v0.30.0 -> v0.38.0
golang.org/x/text v0.23.0 -> v0.32.0
google.golang.org/grpc v1.69.4 -> v1.79.3
google.golang.org/protobuf v1.36.3 -> v1.36.11

@renovate-bot renovate-bot requested a review from a team as a code owner May 9, 2026 01:02
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.

1 participant