Skip to content
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

ci: update virtualenv to higher than 20.26.6 #128

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

krishnanand5
Copy link
Collaborator

Description

This PR aims to address a CVE-2024-53899 vulnerability detected on py_maidr.

Type of Change

  • Bug fix
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Vulnerability patch

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

Pull Request

Description

The Github autoscan of the py_maidr repository identified a CVE-2024-53899 vulnerability with the repository. Upon further investigation, it was revealed that the issue is with virtualenv before 20.26.6 as it allows command injection through the activation scripts for a virtual environment.

Related Issues

GHSA-rqc4-2hc7-8c8v - Github Advisory's account of CVE-2024-53899.

Changes Made

Virtualenv has been bumped up to 20.28.1.

@jooyoungseo jooyoungseo changed the title fix: update virtualenv to higher than 20.26.6 ci: update virtualenv to higher than 20.26.6 Jan 15, 2025
@jooyoungseo jooyoungseo merged commit a3052e1 into xability:main Jan 15, 2025
2 of 6 checks passed
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