aboutsummaryrefslogtreecommitdiff
path: root/src/conda/devcontainer-feature.json
diff options
context:
space:
mode:
authorAlexander Smolyakov <v-asmoliakov@microsoft.com>2023-04-06 20:02:49 +0300
committerGitHub <noreply@github.com>2023-04-06 20:02:49 +0300
commit8d3e9aca9d352a3c4459e321de5d0a0b12062112 (patch)
tree1289e63c1b4fc840f02f29bf1c56fcd5c8731df6 /src/conda/devcontainer-feature.json
parent74959ec14975fe1c95133dc6d3ad5677e4cf66e1 (diff)
[features/conda] Address CVE-2023-0286, CVE-2023-23931, and CVE-2022-40897 vulnerabilities (#518)feature_conda_1.0.9
* [features/conda] Address CVE-2023-0286, CVE-2023-23931, and CVE-2022-40897 vulnerabilities - Update `install.sh` to install updates for `cryptography` and `setuptools` packages - Add tests to verify `cryptography` and `setuptools` packages version * Bump feature version
Diffstat (limited to 'src/conda/devcontainer-feature.json')
-rw-r--r--src/conda/devcontainer-feature.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conda/devcontainer-feature.json b/src/conda/devcontainer-feature.json
index 8e1a5fc..9a23652 100644
--- a/src/conda/devcontainer-feature.json
+++ b/src/conda/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "conda",
- "version": "1.0.8",
+ "version": "1.0.9",
"name": "Conda",
"description": "A cross-platform, language-agnostic binary package manager",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/conda",