Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 8, 2023

Backport of #94408 to release/8.0-staging

/cc @simonrozsival

Customer Impact

Fixes #94230

A customer reported they were having issues upgrading their MAUI app to .NET 8. Specifically, they were having trouble making an https request on Android API 21-23 (Android 5, 5.1, 6). These Android versions are old, but we still provide support for them.

In .NET 8, we changed the way we did hostname verification and we were using an API that only existed on API levels > 23. This change works around that.

Testing

Testing is performed manually using Android emulators running API 21, 22, and 23. The samples provided by the customer work with the fix.

Risk

Low.

@ghost ghost added the area-System.Security label Nov 8, 2023
@ghost
Copy link

ghost commented Nov 8, 2023

Tagging subscribers to this area: @dotnet/area-system-security, @bartonjs, @vcsjones
See info in area-owners.md if you want to be subscribed.

Issue Details

Backport of #94408 to release/8.0-staging

/cc @simonrozsival

Customer Impact

Testing

Risk

IMPORTANT: If this backport is for a servicing release, please verify that:

  • The PR target branch is release/X.0-staging, not release/X.0.

  • If the change touches code that ships in a NuGet package, you have added the necessary package authoring and gotten it explicitly reviewed.

Author: github-actions[bot]
Assignees: -
Labels:

area-System.Security

Milestone: -

@ghost
Copy link

ghost commented Nov 8, 2023

Tagging subscribers to this area: @dotnet/ncl, @bartonjs, @vcsjones
See info in area-owners.md if you want to be subscribed.

Issue Details

Backport of #94408 to release/8.0-staging

/cc @simonrozsival

Customer Impact

A customer reported they were having issues upgrading their MAUI app to .NET 8 (issue #94230). Specifically, some features of the app wouldn't work on Android API 21-23 (Android 5, 5.1, 6). These Android versions are old, but we still provide support for them.

Testing

Testing is performed manually using Android emulators running API 21, 22, and 23 as our CI runs tests only on API 29. The samples provided by the customer work with the fix.

Risk

Low.

Author: github-actions[bot]
Assignees: -
Labels:

area-System.Net.Security, area-System.Security

Milestone: -

@simonrozsival simonrozsival added this to the 8.0.x milestone Nov 8, 2023
@simonrozsival simonrozsival added Servicing-consider Issue for next servicing release review and removed Servicing-consider Issue for next servicing release review labels Nov 8, 2023
@simonrozsival
Copy link
Member

/cc @karelz

@steveisok steveisok added the Servicing-consider Issue for next servicing release review label Nov 9, 2023
@rbhanda rbhanda modified the milestones: 8.0.x, 8.0.2 Nov 9, 2023
@rbhanda rbhanda added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Nov 9, 2023
@carlossanlop
Copy link
Contributor

Friendly reminder: If you'd like this to be included in the December release, please merge it before Tuesday November 14th EOD (Code Complete).

@simonrozsival simonrozsival merged commit 6b9220b into release/8.0-staging Nov 10, 2023
@akoeplinger akoeplinger deleted the backport/pr-94408-to-release/8.0-staging branch November 14, 2023 13:53
@carlossanlop carlossanlop modified the milestones: 8.0.2, 8.0.1 Nov 16, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants