STAC-25170 VEX agent Python 3.13.14 findings#22
Open
LouisLotter wants to merge 1 commit into
Open
Conversation
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
Fixes STAC-25170.
The latest cve-reporter dev chart run reports the agent image as:
quay.io/stackstate/stackstate-k8s-agent:5bc56023pkg:generic/python@3.13.14/opt/stackstate-agent/embedded/bin/python3.13mainalready had reviewed OpenVEX statements for the same Python CVEs, but those statements were scoped topkg:generic/python@3.13.13, so Grype correctly did not apply them to the new3.13.14package version.This PR:
pkg:generic/python@3.13.14subcomponents to the ten Python statements still reported by the scan;stackstate-k8s-agent:5bc56023;index.jsonwith the repo generator.CVEs Covered
CVE-2026-6100CVE-2026-11940CVE-2026-11972CVE-2026-3298CVE-2026-4786CVE-2026-0864CVE-2026-12003CVE-2026-1502CVE-2025-15366CVE-2025-15367Validation
python3 tools/build_index.pypython3 tools/build_index.py --checkpython3 -m json.tool pkg/oci/stackstate-k8s-agent/scan.openvex.json >/dev/nullgit diff --checkgrype --platform linux/amd64 --vex pkg/oci/stackstate-k8s-agent/scan.openvex.json -o json quay.io/stackstate/stackstate-k8s-agent:5bc56023ignoredMatches;matches.trivy image --platform linux/amd64 --scanners vuln --vex pkg/oci/stackstate-k8s-agent/scan.openvex.json --show-suppressed --format json quay.io/stackstate/stackstate-k8s-agent:5bc56023