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

[release/8.0] fix redundant CRLF response during SMTP negotiate #109112

Merged
merged 2 commits into from
Nov 12, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 22, 2024

Backport of #105939 to release/8.0-staging.

Fixes #108382

/cc @rzikm @avin3sh

Customer Impact

Reported by a customer (financial institution) as migration blocker from .NET Framework to .NET Core LTS version. They need 8.0 LTS due to internal security restrictions.
The problem is with SMTP Negotiate authentication response, which is incorrect (reached via SmtpClient).

Regression

Yes - between .NET Framework and .NET Core.
It did not work on recent .NET Core releases. Possibly broken about 8 years ago when introducing Unix support.

Testing

Patch submitted and tested by customer - confirmed in #108382 (comment)

Risk

Low, the change is very contained and relevant code paths have been tested.

@rzikm rzikm changed the title [release/8.0-staging] fix redundant CRLF response during SMTP negotiate [release/8.0] fix redundant CRLF response during SMTP negotiate Oct 22, 2024
@rzikm rzikm requested a review from wfurt October 22, 2024 13:03
Copy link
Member

@wfurt wfurt left a comment

Choose a reason for hiding this comment

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

LGTM

@rzikm rzikm self-assigned this Oct 23, 2024
@avin3sh
Copy link
Contributor

avin3sh commented Oct 30, 2024

Thank you for considering backport 😄
Will this be available in 8.0.11 servicing update ?

@rzikm
Copy link
Member

rzikm commented Oct 30, 2024

Will this be available in 8.0.11 servicing update ?

No, the release process is more complicated and the code is branched off a month before the release. This code will likely ship in December servicing update.

@karelz karelz added this to the 8.0.x milestone Nov 11, 2024
@karelz karelz added the Servicing-consider Issue for next servicing release review label Nov 11, 2024
@karelz
Copy link
Member

karelz commented Nov 11, 2024

Migration blocker to .NET for important customer who needs LTS support. We should fix it in 8.0.x.

@karelz karelz added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Nov 11, 2024
@karelz
Copy link
Member

karelz commented Nov 11, 2024

Approved by @SteveMCarroll via email on 11/11.

@rzikm
Copy link
Member

rzikm commented Nov 12, 2024

CI i s green. ready to merge

@rzikm rzikm merged commit 295b503 into release/8.0-staging Nov 12, 2024
110 of 114 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Dec 12, 2024
@jkotas jkotas deleted the backport/pr-105939-to-release/8.0-staging branch December 29, 2024 15:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants