[anaconda]: Security update for python package - bleach - #1983
Open
Venkumahanti Subhankar (V-Subhankar-infy) wants to merge 1 commit into
Open
[anaconda]: Security update for python package - bleach#1983Venkumahanti Subhankar (V-Subhankar-infy) wants to merge 1 commit into
Venkumahanti Subhankar (V-Subhankar-infy) wants to merge 1 commit into
Conversation
Venkumahanti Subhankar (V-Subhankar-infy)
requested a balanced review from Copilot
September 4, 2026 14:38
Copilot started reviewing on behalf of
Venkumahanti Subhankar (V-Subhankar-infy)
September 4, 2026 14:38
View session
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The README’s pinned image tag must be updated to match manifest version 1.4.3.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the Anaconda image to remediate the bleach vulnerability.
Changes:
- Installs and validates
bleach6.4.0. - Bumps the image patch version to 1.4.3.
File summaries
| File | Description |
|---|---|
src/anaconda/.devcontainer/apply_security_patches.sh |
Adds the patched dependency. |
src/anaconda/manifest.json |
Bumps the image version. |
src/anaconda/test-project/test.sh |
Verifies the installed version. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 1
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Venkumahanti Subhankar (V-Subhankar-infy)
requested a balanced review from Copilot
September 4, 2026 14:46
Venkumahanti Subhankar (V-Subhankar-infy)
marked this pull request as ready for review
September 4, 2026 14:47
Venkumahanti Subhankar (V-Subhankar-infy)
requested a review
from a team
as a code owner
September 4, 2026 14:47
Copilot started reviewing on behalf of
Venkumahanti Subhankar (V-Subhankar-infy)
September 4, 2026 14:47
View session
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
This PR updates the Anaconda image to address the reported security vulnerability in the Python package
bleach.Changes
bleachdependency version to the Anaconda security patch list.bleachversion is installed in the test project.Why
The Anaconda image consists of an outdated version of bleach at 4.1.0 and according to (GHSA-gj48-438w-jh9v) this is a security vulnerability, hence we are manually bumping it to 6.4.0
Validation
bleachKey Notes
The readme is intentionally not bumped creating a minor mismatch between readme and manifest; however it is not mentioned anywhere in contribution notes to bump readme and moreover bumping readme that is visible to everyone creates more confusion trying to find a tag that is not yet released.