-
Notifications
You must be signed in to change notification settings - Fork 59
Update module github.com/in-toto/in-toto-golang to v0.11.0 [SECURITY] (release-v0.7)#3295
Open
renovate[bot] wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
@renovate
renovate
Bot
force-pushed
the
renovate/release-v0.7-go-github.com-in-toto-in-toto-golang-vulnerability
branch
from
May 18, 2026 10:46
d5ae10d to
ad0421f
Compare
@renovate
renovate
Bot
force-pushed
the
renovate/release-v0.7-go-github.com-in-toto-in-toto-golang-vulnerability
branch
from
May 27, 2026 08:26
ad0421f to
4a5c019
Compare
Contributor
Author
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: acceptance/go.sum
Command failed: go mod tidy
go: finding module for package knative.dev/pkg/metrics
go: finding module for package knative.dev/pkg/tracing/config
go: github.com/conforma/cli/acceptance/kubernetes/kind imports
github.com/tektoncd/cli/pkg/formatted tested by
github.com/tektoncd/cli/pkg/formatted.test imports
github.com/tektoncd/cli/pkg/test imports
github.com/tektoncd/triggers/test imports
github.com/tektoncd/triggers/pkg/reconciler/eventlistener/resources imports
knative.dev/eventing/pkg/reconciler/source imports
knative.dev/pkg/metrics: module knative.dev/pkg@latest found (v0.0.0-20260526162440-71f6ad65d251), but does not contain package knative.dev/pkg/metrics
go: github.com/conforma/cli/acceptance/kubernetes/kind imports
github.com/tektoncd/cli/pkg/formatted tested by
github.com/tektoncd/cli/pkg/formatted.test imports
github.com/tektoncd/cli/pkg/test imports
github.com/tektoncd/triggers/test imports
github.com/tektoncd/triggers/pkg/reconciler/eventlistener/resources imports
knative.dev/eventing/pkg/reconciler/source imports
knative.dev/pkg/tracing/config: module knative.dev/pkg@latest found (v0.0.0-20260526162440-71f6ad65d251), but does not contain package knative.dev/pkg/tracing/config
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.
This PR contains the following updates:
v0.10.0→v0.11.0in-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:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:H/A:NReferences
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.0Compare Source
What's Changed
Full Changelog: in-toto/in-toto-golang@v0.10.0...v0.11.0
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.