Open
Conversation
smoreinis
approved these changes
Dec 29, 2025
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.
GHSA-4742-mr57-2r9j
Greptile Summary
This PR bumps the local development MongoDB Docker image from the floating tag
mongo:6.0to the pinned versionmongo:6.0.27to address CVE-2025-14847 / GHSA-4742-mr57-2r9j. The change is scoped toagentex/docker-compose.yml(local dev environment only).agentex-mongodbservice image frommongo:6.0→mongo:6.0.27, patching the referenced CVEredis:7.4.0-alpine,temporalio/auto-setup:1.25.0)Confidence Score: 5/5
Safe to merge — minimal, targeted security patch with no functional risk.
Single-line change pinning MongoDB from a floating tag to a specific patched version. The major/minor line (6.0) is unchanged so there are no compatibility concerns, and pinning improves build reproducibility. No logic, configuration, or API surface is affected.
No files require special attention.
Important Files Changed
mongo:6.0→mongo:6.0.27to address CVE-2025-14847. Change is correct, minimal, and consistent with other pinned service versions in the file.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A["docker-compose.yml\nagentex-mongodb service"] --> B["Before: mongo:6.0\n(floating tag)"] A --> C["After: mongo:6.0.27\n(pinned tag — CVE-2025-14847 fix)"] B --> D["⚠️ Resolves to latest 6.0.x\nMay include vulnerable builds"] C --> E["✅ Pinned to patched build\nReproducible & secure"]Reviews (1): Last reviewed commit: "Merge branch 'main' into mongo-vuln-upgr..." | Re-trigger Greptile