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

Fix SSH hostkey checks for push() #6033

Merged
merged 2 commits into from Feb 2, 2023
Merged

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Feb 2, 2023

#6032 implemented SSH hostkey checks, but unintentionally only for the code path that clones the index. The code path that pushes changes was unchanged, and was causing errors. This PR adjusts the push() fn to also use the custom hostkey check.

@Turbo87 Turbo87 added C-bug 🐞 Category: unintended, undesired behavior A-backend ⚙️ labels Feb 2, 2023
@Turbo87 Turbo87 merged commit 233fcd7 into rust-lang:master Feb 2, 2023
@Turbo87 Turbo87 deleted the more-cert-checks branch February 2, 2023 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-backend ⚙️ C-bug 🐞 Category: unintended, undesired behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants