STAC-25420 VEX process-agent OpenPGP module finding - #29
Merged
Conversation
dottorblaster
approved these changes
Jul 28, 2026
Member
|
Shouldn't we archive this repo and consume directly Rancher's vexhub? |
dottorblaster
approved these changes
Jul 28, 2026
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.
Summary
not_affectedstatement forGO-2026-5932instackstate-k8s-process-agentvulnerable_code_not_presentnot_affectedstatements for the three containerd v2 advisories that Grype incorrectly maps togithub.com/containerd/containerd@v1.7.33OpenPGP evidence
The advisory applies to the deprecated
golang.org/x/crypto/openpgpandopenpgp/clearsignpackages. The process-agent links other packages fromgolang.org/x/crypto, so module-level binary scanners report the parent module atv0.53.0.At process-agent commit
464045ac95f7f081804c10b7d5b9ea42437dc4b0:go mod why golang.org/x/crypto/openpgpcan trace optional source through the Datadog/Trivy/Rekor module graphgo list -deps ./cmd/agentcontains neithergolang.org/x/crypto/openpgpnor the Trivy/Rekor pathOfficial advisory: https://pkg.go.dev/vuln/GO-2026-5932
containerd evidence
CVE-2026-50195,CVE-2026-53489, andCVE-2026-53492affect the distinctgithub.com/containerd/containerd/v2module. Grype 0.112.0 reports them againstgithub.com/containerd/containerd@v1.7.33after major-version module-path normalization. Go major versions two and later have distinct module paths, so the vulnerable/v2code is not present in the package subject.The existing image-scoped statements remain valid. The package-scoped statements express the stronger universal fact and make Grype suppression independent of whether the image was pulled from a registry or built locally before publication.
Upstream advisories:
Validation
python3 tools/build_index.py --checkjq emptyfor both OpenVEX documents andindex.jsongit diff --checkquay.io/stackstate/stackstate-k8s-process-agent:39508fc7-amd64: 0 active and 3 VEX-suppressed containerd findings using only the package-scoped documentJira: https://stackstate.atlassian.net/browse/STAC-25420