fix(build): update Python dependencies without upgrading Checkov - #811
Merged
Merged
Conversation
Carry GitPython 3.1.62, python-hcl2 8.1.4, and NumPy 2.5.3 from #808 while retaining Checkov 3.2.531 and avoiding its vulnerable ecdsa dependency. 🔒 - Generated by Copilot
Bill Berry (WilliamBerryiii)
approved these changes
Sep 17, 2026
Marcel Bindseil (bindsi)
deleted the
fix/pip-updates-without-checkov
branch
September 17, 2026 15:45
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.
Pull Request
Description
Carry forward the GitPython, HCL2, and NumPy updates from #808 while retaining Checkov 3.2.531. This avoids introducing
ecdsa 0.19.2, which caused Dependency Review and Grype to fail on the grouped Checkov upgrade with GHSA-wj6h-64fc-37mp.Related Issue
Relates to #808. The Checkov upgrade remains deferred and is not included here.
Type of Change
Implementation Details
notify2dependency and verify the complete resolved Linux package sets.ecdsaentry is added.Testing Performed
Terraform plan/apply
Blueprint deployment test
Unit tests
Integration tests
Bug fix includes regression test (see Test Policy)
Manual validation
Other: dependency resolution, security scan, and patch validation
Linux-targeted Python 3.12 resolution matched every pinned package: 96 root packages and 55 ROS2 packages.
Assertions confirmed Checkov 3.2.531, the intended upgraded versions, the retained
notify2pin, and absence ofecdsafrom root requirements.Grype 0.116.0 passed on a clean repository snapshot containing these changes, using the unchanged
.grype.yamlpolicy. No unignored High or Critical findings were reported; two existing Mediumasteval 1.0.6advisories remain.The committed lockfiles match the validated snapshots.
git diff --check origin/main...HEADpassed.Application unit/integration tests, ROS2 container builds, and hosted CI were not run locally. Local Grype is newer than CI's pinned 0.109.1; hosted checks remain the merge gate.
Validation Steps
ecdsadependency.Checklist
terraform fmton all Terraform codeterraform validateon all Terraform codeaz bicep formaton all Bicep codeaz bicep buildto validate all Bicep codeSecurity Review
Additional Notes
This change does not remediate the existing
astevaladvisories, GHSA-89v8-rhwq-hf77 and GHSA-9w56-46f6-3qhx. Their reported fixed version is 1.0.9; compatibility with Checkov needs separate validation. No advisory exceptions or scanner thresholds are changed.Screenshots (if applicable)