[anaconda] & [miniconda] - Security Updates for dotenv, lxml, nbconvert, GitPython#1889
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Anaconda image to address GHSA-mf9w-mj56-hr94 by ensuring python-dotenv is upgraded to a non-vulnerable version and by bumping the image patch version accordingly.
Changes:
- Bump
src/anaconda/manifest.jsonversion from1.3.15to1.3.16. - Add
python-dotenv=1.2.2to the security patch application list. - Add smoke-test assertions to validate
python-dotenvis at least1.2.2(via both Python metadata andconda list).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/anaconda/test-project/test.sh | Adds version checks ensuring python-dotenv meets the required patched version. |
| src/anaconda/manifest.json | Patch version bump for the Anaconda image to reflect the security update. |
| src/anaconda/.devcontainer/apply_security_patches.sh | Adds python-dotenv to the set of packages upgraded during security patching. |
@microsoft-github-policy-service agree company="Microsoft" |
ANACONDA
MINICONDA