-
Notifications
You must be signed in to change notification settings - Fork 778
[universal] Conda: patch Python due to CVE-2023-32681 and GHSA-5cpq-8wj7-hf2v #627
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
Merged
samruddhikhandale
merged 26 commits into
devcontainers:main
from
alexander-smolyakov:users/alexander-smolyakov/universal_GHSA-5cpq-8wj7-hf2v_bump-cryptography-version
Aug 2, 2023
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
7092061
[universal] Conda: patch Python due to CVE-2023-32681 and GHSA-5cpq-8…
alexander-smolyakov d7d8505
Merge remote-tracking branch 'upstream/main' into users/alexander-smo…
alexander-smolyakov 046b94c
Review comment: Update features schema and container schema
alexander-smolyakov 408276c
Restart checks
alexander-smolyakov e83a600
Revert "Review comment: Update features schema and container schema"
alexander-smolyakov 97ed40c
Review comment: Update features schema and container schema
alexander-smolyakov e27d89f
Review comment: Add tests
alexander-smolyakov ca95a03
Set up `installsAfter` for features
alexander-smolyakov aaa2335
Merge remote-tracking branch 'upstream/main' into users/alexander-smo…
alexander-smolyakov f172ea6
Define `installsAfter` for `patch-conda` feature
alexander-smolyakov c553c4e
Lock packages version
alexander-smolyakov f8b1def
Add tests for conda
alexander-smolyakov 0244358
Merge remote-tracking branch 'upstream/main' into users/alexander-smo…
alexander-smolyakov f39b4ea
Merge remote-tracking branch 'upstream/main' into users/alexander-smo…
alexander-smolyakov abd03d2
Rework patch
alexander-smolyakov 64e3a73
Bump `cryptography` version
alexander-smolyakov 69aa190
Bump `cryptography` version
alexander-smolyakov da0e49e
Restart checks
alexander-smolyakov a74d406
Add tests
alexander-smolyakov 0c1b4ae
Revert "Add tests"
alexander-smolyakov 066fd4b
Update test-utils.sh
alexander-smolyakov 575c860
Restart checks
alexander-smolyakov 0da3381
Merge branch 'main' into users/alexander-smolyakov/universal_GHSA-5cp…
alexander-smolyakov d486e30
Merge branch 'main' into users/alexander-smolyakov/universal_GHSA-5cp…
alexander-smolyakov 396913a
Restart checks
alexander-smolyakov 46d6d34
Merge branch 'main' into users/alexander-smolyakov/universal_GHSA-5cp…
alexander-smolyakov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Review comment: Update features schema and container schema
- Loading branch information
commit 046b94c7d41a4e69eb16f02d3d072b6a1378949f
There are no files selected for viewing
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
4 changes: 0 additions & 4 deletions
4
src/universal/.devcontainer/local-features/patch-conda/devcontainer-feature.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,4 @@ | ||
| { | ||
| "id": "patch-conda", | ||
| "name": "Patch Conda Packages", | ||
| "install": { | ||
| "app": "", | ||
| "file": "install.sh" | ||
| } | ||
| } | ||
4 changes: 0 additions & 4 deletions
4
src/universal/.devcontainer/local-features/patch-python/devcontainer-feature.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,4 @@ | ||
| { | ||
| "id": "patch-python", | ||
| "name": "Patch Python Packages", | ||
| "install": { | ||
| "app": "", | ||
| "file": "install.sh" | ||
| } | ||
| } |
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.