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

Update MSRV to 1.77.2 #1534

Merged
merged 1 commit into from
Apr 12, 2024
Merged

Update MSRV to 1.77.2 #1534

merged 1 commit into from
Apr 12, 2024

Conversation

tmccombs
Copy link
Collaborator

Prior to this version, Command didn't properly escape command line arguments on windows.

Although, the risk of attacker controlled arguments passed through fd is relatively small, I think it is best to upgrade to a version that fixes this.

The biggest risk for users is probably running fd with --exec or --exec-batch on directories that contain files with names controlled by another party (for example a git repo that you cloned).

See: https://blog.rust-lang.org/2024/04/09/cve-2024-24576.html
Security: CVE-2024-24576

Prior to this version, `Command` didn't properly escape command line
arguments on windows.

Although, the risk of attacker controlled arguments passed through fd is
relatively small, I think it is best to upgrade to a version that fixes
this.

The biggest risk for users is probably running fd with `--exec` or
`--exec-batch` on directories that contain files with names controlled
by another party (for example a git repo that you cloned).

See: https://blog.rust-lang.org/2024/04/09/cve-2024-24576.html
Security: CVE-2024-24576
@tmccombs tmccombs requested a review from sharkdp April 12, 2024 03:19
@tmccombs tmccombs merged commit 8c7a84e into sharkdp:master Apr 12, 2024
16 checks passed
@tmccombs tmccombs deleted the msrv-update branch April 12, 2024 05:06
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