Skip to content

(MAINT) Remove version constraint for rake #325

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
merged 1 commit into from
Oct 13, 2022
Merged

Conversation

chelnak
Copy link
Contributor

@chelnak chelnak commented Oct 13, 2022

Prior to this PR the version of rake installed with this project was vulnerable to an OS command injection attach.

The CVE ID for this is: CVE-2020-8130

This PR fixes the above by removing the version constraint and ensuring that the latest version of rake is always pulled.

Prior to this commit the version of rake installed with this project was
vulnerable to an OS command injection attach.

The CVE ID for this is: CVE-2020-8130

This commit fixes the above by removing the version constraint and
ensuring that the latest version of rake is always pulled.
@chelnak chelnak requested a review from a team as a code owner October 13, 2022 11:33
@chelnak chelnak self-assigned this Oct 13, 2022
@pmcmaw
Copy link
Contributor

pmcmaw commented Oct 13, 2022

LGTM

@pmcmaw pmcmaw merged commit f36cab6 into main Oct 13, 2022
@pmcmaw pmcmaw deleted the maint-update_rake branch October 13, 2022 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants