-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[anaconda] Address GHSA-47fc-vmwq-366v, GHSA-282v-666c-3fvg, GHSA-mrwq-x4v8-fh7p vulnerabilities #690
Merged
samruddhikhandale
merged 18 commits into
devcontainers:main
from
alexander-smolyakov:anaconda_GHSA-47fc-vmwq-366v_GHSA-282v-666c-3fvg_GHSA-mrwq-x4v8-fh7p-patch_packages
Aug 14, 2023
Merged
[anaconda] Address GHSA-47fc-vmwq-366v, GHSA-282v-666c-3fvg, GHSA-mrwq-x4v8-fh7p vulnerabilities #690
samruddhikhandale
merged 18 commits into
devcontainers:main
from
alexander-smolyakov:anaconda_GHSA-47fc-vmwq-366v_GHSA-282v-666c-3fvg_GHSA-mrwq-x4v8-fh7p-patch_packages
Aug 14, 2023
Conversation
This file contains 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
- 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 <[email protected]>
samruddhikhandale
approved these changes
Aug 14, 2023
Merged
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:
torch
package;transformers
package;pygments
package;These vulnerabilities come from the
continuumio/anaconda3
image used upstream for the anaconda devcontainer.Changelog:
Updated Dockerfile:
continuumio/anaconda3
image to use the latest version of the image (Contains fixes fortorch
andpygments
packages);transformers
packages;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-forge
channel;Updated
README.md
to add info about possible conflicts in Conda's environment when channels are mixed;Checklist: