MOB-51648: CVE fixes - 2026-07-07#2002
Merged
Merged
Conversation
Auto-fixed by prisma-taurus skill. CVEs fixed: CVE-2026-6100, CVE-2026-9669, CVE-2025-69534, CVE-2026-4786, CVE-2026-4519, CVE-2026-7774, CVE-2026-3276, CVE-2026-4224, CVE-2026-3644, CVE-2026-1299, CVE-2026-8328, CVE-2026-2297, CVE-2026-1502, CVE-2026-6019, CVE-2025-13462, CVE-2026-41992, CVE-2026-41991, CVE-2026-58055, CVE-2025-69720, CVE-2026-54696 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…istory Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR reduces Prisma Cloud image-scan findings by upgrading a set of OS (apt) packages and patching Ruby default/bundled gems inside the Docker image, and documents a scan-job failure mode and recovery steps for future remediation work.
Changes:
- Extend the Docker image’s
apt-get install --only-upgradelist to include additional packages tied to the targeted CVEs (Python 3.12, gzip, nghttp2, ncurses, etc.). - Patch the vulnerable Ruby default gem
jsonalongside the existingnet-imapanderbremediation and cleanup logic. - Document an operational workaround when the baseline scan job fails after twistcli succeeds (use archived
taurus.jsonand how to reconstruct “Path”).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
Dockerfile |
Adds more --only-upgrade apt targets for CVE remediation and extends Ruby default-gem patching to include json. |
.claude/skills/prisma-taurus/vulnerability_history.md |
Documents a Jenkins/scan artifact failure mode and the correct fallback procedure using taurus.json. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2002 +/- ##
=======================================
Coverage 88.08% 88.08%
=======================================
Files 73 73
Lines 20935 20935
=======================================
Hits 18439 18439
Misses 2496 2496 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
lukas-sojka
approved these changes
Jul 7, 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.
Jira: MOB-51648
Fixed 20 of 26 addressable findings (1 self-resolves on rebuild, 5 deferred/skipped for cause).
Verified against the
taurus-branch-builderimage scan (build #573) before opening — integration passed and every fixed package's vulnerable version is confirmed gone from the branch image.Fixes confirmed in the image
Branch-scan comparison (build #573)
Baseline (
unstable, scan #172) 290 → 269 (−21). Critical 4→4, high 44→44 (all out of scope), medium 179→160, low 63→61. All 21 targeted findings gone; no fixed package flagged at its old version.Self-resolves on next clean build (no change needed)
tar→ 1.35+dfsg-3ubuntu0.2 (existing unpinnedapt --only-upgrade tarpicks up the newer version).Addressable but deferred/skipped for cause (NOT in this PR)
file-type(Newman): breaking 3.9.0 → 16/17 major jump would break Newman's dep tree.diff(Mocha): mocha@11 pinsdiff ^7; the fix crosses a major, low value (CVSS 2.7).wheel), CVE-2026-23949 (jaraco.context): vendored inside setuptools, low value.asp.net-core: CVSS 0; a full .NET SDK bump is not warranted for a zero-severity finding.Not counted (not ours to fix)
pip(apt can't reach 26.1.2): 1Also documents a new operational lesson in
vulnerability_history.md: theprisma-cloud-ondemand-scanjob can report FAILURE after twistcli succeeds (itswrite_to_csvpost-step crashed on build #172), leaving notaurus.csv— fall back to the archivedtaurus.json.🤖 Generated with Claude Code