[anaconda] Address GHSA-47fc-vmwq-366v, GHSA-282v-666c-3fvg, GHSA-mrwq-x4v8-fh7p vulnerabilities#690
Merged
samruddhikhandale merged 18 commits intodevcontainers:mainfrom Aug 14, 2023
alexander-smolyakov:anaconda_GHSA-47fc-vmwq-366v_GHSA-282v-666c-3fvg_GHSA-mrwq-x4v8-fh7p-patch_packages
Merged
[anaconda] Address GHSA-47fc-vmwq-366v, GHSA-282v-666c-3fvg, GHSA-mrwq-x4v8-fh7p vulnerabilities#690samruddhikhandale merged 18 commits intodevcontainers:mainfrom alexander-smolyakov:anaconda_GHSA-47fc-vmwq-366v_GHSA-282v-666c-3fvg_GHSA-mrwq-x4v8-fh7p-patch_packages
samruddhikhandale merged 18 commits intodevcontainers:mainfrom
alexander-smolyakov:anaconda_GHSA-47fc-vmwq-366v_GHSA-282v-666c-3fvg_GHSA-mrwq-x4v8-fh7p-patch_packages
Conversation
- Remove version lock for `continuumio/anaconda3` image; - Remove patches for `torch` and `pygments`
- Lock packages versions; - Clean up `manifest.json`;
Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
samruddhikhandale
approved these changes
Aug 14, 2023
Merged
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.
Dev container name:
Description:
This PR patches the following vulnerabilities:
torchpackage;transformerspackage;pygmentspackage;These vulnerabilities come from the
continuumio/anaconda3image used upstream for the anaconda devcontainer.Changelog:
Updated Dockerfile:
continuumio/anaconda3image to use the latest version of the image (Contains fixes fortorchandpygmentspackages);transformerspackages;Added tests to verify minimum versions of the following packages:
torch- minimum package version set to1.13.1;transformers- minimum package version set to4.30.0;pygments- minimum package version set to2.15.1;Updated information about packages in the devcontainer manifest;
Updated tests to use different environments when installing packages from the
conda-forgechannel;Updated
README.mdto add info about possible conflicts in Conda's environment when channels are mixed;Checklist: