[anaconda]- Security update for pyasn1 (GHSA-jr27-m4p2-rc6r) and ujson (GHSA-wgvc-ghv9-3pmm)#1860
Open
sireeshajonnalagadda wants to merge 2 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Anaconda devcontainer image to address security advisories for pyasn1 and ujson by pinning upgraded package versions, adding verification in the test project, and bumping the image version.
Changes:
- Bumped
src/anaconda/manifest.jsonimage version from1.3.14to1.3.15. - Added
pyasn1=0.6.3andujson=5.12.0to the security patching script’s required package versions. - Added conda-based version checks for
pyasn1andujsonto the Anaconda test project.
Show a summary per file
| File | Description |
|---|---|
| src/anaconda/test-project/test.sh | Adds version assertions for pyasn1 and ujson. |
| src/anaconda/manifest.json | Bumps image version to 1.3.15 for the security update. |
| src/anaconda/.devcontainer/apply_security_patches.sh | Pins pyasn1 and ujson to patched versions in the patching logic. |
Copilot's findings
- Files reviewed: 3/3 changed files
- Comments generated: 3
| @@ -1,5 +1,5 @@ | |||
| { | |||
| "version": "1.3.14", | |||
| "version": "1.3.15", | |||
Comment on lines
+4
to
+7
| # werkzeug - [GHSA-f9vj-2wh5-fj8j] | ||
|
|
||
| patched_package_versions=( "mistune=3.0.1" "aiohttp=3.10.11" "cryptography=44.0.1" "h11=0.16.0" "jinja2=3.1.6" "jupyter_core=5.8.1" "protobuf=6.33.5" "requests=2.32.4" "setuptools=78.1.1" "transformers=4.53.0" "urllib3=2.5.0" "werkzeug=3.1.5" "jupyter-lsp=2.2.2" "scrapy=2.14.2" | ||
| "zipp=3.19.1" "tornado=6.5.5" "jupyterlab=4.4.8" "imagecodecs=2024.9.22" "fonttools=4.60.2" "pyarrow=17.0.0" "brotli=1.2.0" "filelock=3.20.1" "bokeh=3.8.2" "distributed=2026.1.0" "wheel=0.46.2" "nltk=3.9.3" "black=26.3.1" "pyjwt=2.12.0" "pillow=12.1.1" "pyopenssl=26.0.0" "nbconvert=7.17.0" "markdown=3.8.1") | ||
| "zipp=3.19.1" "tornado=6.5.5" "jupyterlab=4.4.8" "imagecodecs=2024.9.22" "fonttools=4.60.2" "pyarrow=17.0.0" "brotli=1.2.0" "filelock=3.20.1" "bokeh=3.8.2" "distributed=2026.1.0" "wheel=0.46.2" "nltk=3.9.3" "black=26.3.1" "pyjwt=2.12.0" "pillow=12.1.1" "pyopenssl=26.0.0" "nbconvert=7.17.0" "markdown=3.8.1" "pyasn1=0.6.3" "ujson=5.12.0") |
| checkCondaPackageVersion "streamlit" "1.37.0" | ||
| checkCondaPackageVersion "nltk" "3.9.3" | ||
| checkCondaPackageVersion "markdown" "3.8.1" | ||
| checkCondaPackageVersion "pyasn1" "0.6.3" |
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.
Uh oh!
There was an error while loading. Please reload this page.