Skip to content

Conversation

alexander-smolyakov
Copy link
Contributor

Dev container name:

  • anaconda
  • miniconda

Description:

This PR addresses the CVE-2023-32681 vulnerability. The vulnerability comes from the continuumio/anaconda3 and continuumio/miniconda3 images and is related to the requests package. These containers are used upstream for anaconda and miniconda dev containers.

Changelog:

  • Updated Dockerfile to install the latest requests package version;
  • Added test to verify requests minimum version (Minimum package version set to 2.31.0 which fixes CVE-2023-32681);
  • Updated manifest to include info about the requests package;
  • Refactored tests for Python packages;

Checklist:

  • Checked that applied changes work as expected

- Update Dockerfile to install the latest requests package version;
- Added test to verify requests minimum version;
- Updated manifest to include info about the requests package;
- Refactored tests;
- Update Dockerfile to install the latest requests package version;
- Added test to verify requests minimum version;
- Updated manifest to include info about the requests package;
- Refactored tests;
@alexander-smolyakov alexander-smolyakov requested a review from a team as a code owner May 30, 2023 11:11
Copy link
Member

@samruddhikhandale samruddhikhandale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks!

@samruddhikhandale samruddhikhandale merged commit 40bc439 into devcontainers:main May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants