CI/supply-chain security hardening#316
Merged
Merged
Conversation
…t step of every CI job
…rable Pillow floor in docs
… (stdlib-only module, no deps)
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
Supply-chain / CI hardening pass (no functional code changes — workflows, config, and dep pins only).
step-security/harden-runner(egress audit mode, SHA-pinned@9af89fc…v2.19.4) as the first step of every CI job (35 jobs / 19 workflows), Linux-guarded on matrix/macOS/Windows legs. Gives runtime egress visibility/baseline.gomodcoverage — closes a gap (cargo/pip/actions were covered, Go was not), so the Go module's advisories stop drifting.go/pecosgo directive 1.18 → 1.26.3 — the module is stdlib-only (zero deps); the ~77 OSV alerts there were Go standard-library CVEs flagged against the stale directive. Bumping clears them.>=11.3.0inpython/quantum-pecos/docs/requirements.txt— Pillow is transitive via matplotlib; clears 1 critical (Pillow ACE) + 4 high (libwebp/DoS/overflow) code-scanning alerts.scripts/dependency-integrity-check.sh.pyproject.tomlcomment.Notes for reviewers
blockwith an allowlist.access-invalid-pointerwarnings + a few transitive Rust/Python advisories (handled by Dependabot/cargo-deny).Deferred (tracked, not in this PR)
access-invalid-pointertriage (pecos-foreign,pecos-qis-ffi).dev.Test plan
dependency-integrity-checkexit 0 ·just go-test debugpasses · all workflow YAML valid · ruff/black/just lintclean