fix: remediate dependency and workflow security alerts - #13
Merged
Conversation
jason-allen-oneal
marked this pull request as ready for review
August 30, 2026 22:50
jason-allen-oneal
enabled auto-merge (squash)
August 30, 2026 22:55
morrow-bluedot
approved these changes
Aug 30, 2026
morrow-bluedot
left a comment
Contributor
There was a problem hiding this comment.
Independent exact-head review at f471f62: all 15 dependency alerts map to the retired Python 3.9 lock branch; workflow permission and immutable-action fixes are scoped correctly. OSV is clean and all 12 hosted CI, container, web, API/E2E, and CodeQL checks pass.
4 tasks
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
uv.lock, removing the vulnerable Python 3.9-only resolution branchpip installin the publication job withpypa/gh-action-pypi-publishpinned to its v1.14.2 commitRoot cause and alert coverage
The lock supported Python 3.9 even though CI starts at Python 3.11. Packages that no longer ship patched Python 3.9 releases forced an obsolete
<3.10resolution branch intouv.lock. That one branch accounts for all 15 open Dependabot alerts:It also accounts for code-scanning alert #12 (
VulnerabilitiesID), whose Scorecard result expands to 17 OSV records across click, filelock, msgpack, pip, pytest, requests, Starlette, and urllib3.Workflow changes address code-scanning alerts #4 and #14 (
TokenPermissionsID) and #15 (PinnedDependenciesID). The remaining repo-level Scorecard alerts (#9 Maintained, #10 Code Review, #11 CII Best Practices, and #13 Fuzzing) are distinct governance, repository-age, or external-integration signals and are not dismissed by this PR.Compatibility impact
Python 3.9 installations will need to upgrade to Python 3.10 or newer. Python 3.10 is now exercised explicitly in the CI matrix.
Verification
uv.lockandweb/package-lock.jsonuv sync --locked --extra devuv run pytest -ra --cov=eie --cov=api --cov-report=term-missing: 20 passedpip-audit: passed; no known dependency vulnerabilitiesuv lock --check, andgit diff --check: passedPinned review base:
bf56c05fa2bf5aa308f533a6dabb94d78405924e.