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 dependency microsoft.owin to v4 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 12, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
microsoft.owin nuget major 3.0.1 -> 4.2.2

Release Notes

aspnet/AspNetKatana

v4.2.2: 4.2.2 Release

This release includes a few bugfixes, including one with possible security implications. The packages are available on nuget.org.

See here for the complete list of changes.

v4.2.1: 4.2.1 Release

This release concludes significant build infrastructure changes and also includes a few product bug fixes. The packages are available on nuget.org.

See here for the complete list of changes.

The language specific satellite packages such as Microsoft.Owin.zh-Hans have been discontinued.

v4.2.0: 4.2.0 Release

This release includes a security feature and some minor improvements. The packages are available on nuget.org.

See here for the complete list of changes. These improvements have been completely community driven, thanks everybody for helping out!

https://github.com/aspnet/AspNetKatana/pull/389 adds PKCE support for OpenIdConnect authentication when using the code flow:

app.UseOpenIdConnectAuthentication(
    new OpenIdConnectAuthenticationOptions
    {
        ClientId = clientId,
        ClientSecret = clientSecret,
        Authority = authority,
        PostLogoutRedirectUri = postLogoutRedirectUri,
        ResponseType = OpenIdConnectResponseType.Code,
        RedeemCode = true,
        RedirectUri = redirectUri,
        UsePkce = true,
    });

v4.1.1: 4.1.1 Release

This release includes a security fix and some minor improvements. The packages are available on nuget.org.

  • CVE-2020-1045 also applies to Microsoft.Owin.
  • See here for the complete list of changes.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency microsoft.owin to v4 Update dependency microsoft.owin to v4 - autoclosed Apr 1, 2021
@renovate renovate bot closed this Apr 1, 2021
@renovate renovate bot deleted the renovate/microsoft.owin-4.x branch April 1, 2021 22:05
@renovate renovate bot changed the title Update dependency microsoft.owin to v4 - autoclosed Update dependency microsoft.owin to v4 Apr 1, 2021
@renovate renovate bot restored the renovate/microsoft.owin-4.x branch April 1, 2021 22:59
@renovate renovate bot reopened this Apr 1, 2021
@renovate renovate bot force-pushed the renovate/microsoft.owin-4.x branch from f578373 to 85dfcf5 Compare April 1, 2021 22:59
@renovate renovate bot force-pushed the renovate/microsoft.owin-4.x branch from 85dfcf5 to 3e6d678 Compare May 15, 2021 19:30
@renovate renovate bot force-pushed the renovate/microsoft.owin-4.x branch from 3e6d678 to 9306363 Compare April 25, 2022 02:24
@renovate renovate bot force-pushed the renovate/microsoft.owin-4.x branch from 9306363 to c08be4c Compare May 15, 2022 22:27
@renovate
Copy link
Author

renovate bot commented Mar 23, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

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.

None yet

1 participant