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

Bump Microsoft.Owin from 3.1.0 to 4.2.2 in /tracer/test/test-applications/aspnet/Samples.WebForms #602

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 31, 2022

Bumps Microsoft.Owin from 3.1.0 to 4.2.2.

Release notes

Sourced from Microsoft.Owin's releases.

4.2.2 Release

This release includes a fix for chunked cookies with missing values. The packages are available on nuget.org.

See here for the complete list of changes.

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.

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!

aspnet/AspNetKatana#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,
    });

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.
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner August 31, 2022 23:53
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Aug 31, 2022
@dependabot dependabot bot force-pushed the dependabot/nuget/tracer/test/test-applications/aspnet/Samples.WebForms/Microsoft.Owin-4.2.2 branch 2 times, most recently from db43e9b to bfe70a8 Compare September 1, 2022 07:55
@Kielek
Copy link
Contributor

Kielek commented Sep 2, 2022

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/nuget/tracer/test/test-applications/aspnet/Samples.WebForms/Microsoft.Owin-4.2.2 branch 2 times, most recently from c8741da to c7d3038 Compare September 7, 2022 06:20
@dependabot dependabot bot force-pushed the dependabot/nuget/tracer/test/test-applications/aspnet/Samples.WebForms/Microsoft.Owin-4.2.2 branch 2 times, most recently from 172c35e to b497f69 Compare September 20, 2022 09:44
@dependabot dependabot bot force-pushed the dependabot/nuget/tracer/test/test-applications/aspnet/Samples.WebForms/Microsoft.Owin-4.2.2 branch 2 times, most recently from 59a9188 to 106b6db Compare October 3, 2022 11:20
@dependabot dependabot bot force-pushed the dependabot/nuget/tracer/test/test-applications/aspnet/Samples.WebForms/Microsoft.Owin-4.2.2 branch 7 times, most recently from 964d466 to f1bbfb6 Compare October 14, 2022 16:57
@dependabot dependabot bot force-pushed the dependabot/nuget/tracer/test/test-applications/aspnet/Samples.WebForms/Microsoft.Owin-4.2.2 branch 3 times, most recently from 50e79f7 to caf0635 Compare October 24, 2022 11:43
@dependabot dependabot bot force-pushed the dependabot/nuget/tracer/test/test-applications/aspnet/Samples.WebForms/Microsoft.Owin-4.2.2 branch 3 times, most recently from 0a9353c to 4c5293d Compare November 3, 2022 08:45
@dependabot dependabot bot force-pushed the dependabot/nuget/tracer/test/test-applications/aspnet/Samples.WebForms/Microsoft.Owin-4.2.2 branch 3 times, most recently from 820140d to 879b486 Compare November 14, 2022 13:03
@dependabot dependabot bot force-pushed the dependabot/nuget/tracer/test/test-applications/aspnet/Samples.WebForms/Microsoft.Owin-4.2.2 branch from 879b486 to 468f11b Compare November 18, 2022 08:18
@dependabot dependabot bot force-pushed the dependabot/nuget/tracer/test/test-applications/aspnet/Samples.WebForms/Microsoft.Owin-4.2.2 branch from 468f11b to da4d0fa Compare November 21, 2022 08:45
@dependabot dependabot bot force-pushed the dependabot/nuget/tracer/test/test-applications/aspnet/Samples.WebForms/Microsoft.Owin-4.2.2 branch from da4d0fa to ea1d7db Compare November 28, 2022 12:24
@dependabot dependabot bot force-pushed the dependabot/nuget/tracer/test/test-applications/aspnet/Samples.WebForms/Microsoft.Owin-4.2.2 branch 6 times, most recently from 0c38e35 to d5f5aad Compare December 19, 2022 08:50
@dependabot dependabot bot force-pushed the dependabot/nuget/tracer/test/test-applications/aspnet/Samples.WebForms/Microsoft.Owin-4.2.2 branch 5 times, most recently from be64a10 to dbbf914 Compare January 10, 2023 12:54
@dependabot dependabot bot force-pushed the dependabot/nuget/tracer/test/test-applications/aspnet/Samples.WebForms/Microsoft.Owin-4.2.2 branch from dbbf914 to 5f477ee Compare March 7, 2023 07:19
@dependabot dependabot bot force-pushed the dependabot/nuget/tracer/test/test-applications/aspnet/Samples.WebForms/Microsoft.Owin-4.2.2 branch from 5f477ee to 0962a66 Compare March 20, 2023 07:48
@lachmatt
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/nuget/tracer/test/test-applications/aspnet/Samples.WebForms/Microsoft.Owin-4.2.2 branch from 0962a66 to dce8bbb Compare April 27, 2023 09:11
@Kielek
Copy link
Contributor

Kielek commented Oct 19, 2023

@dependabot rebase

Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 3.1.0 to 4.2.2.
- [Release notes](https://github.com/aspnet/AspNetKatana/releases)
- [Commits](aspnet/AspNetKatana@v3.1.0...v4.2.2)

---
updated-dependencies:
- dependency-name: Microsoft.Owin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/tracer/test/test-applications/aspnet/Samples.WebForms/Microsoft.Owin-4.2.2 branch from dce8bbb to f6e9560 Compare October 19, 2023 04:35
@lachmatt
Copy link
Contributor

lachmatt commented Feb 7, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 7, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@lachmatt
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 13, 2024

Looks like Microsoft.Owin is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Feb 13, 2024
@dependabot dependabot bot deleted the dependabot/nuget/tracer/test/test-applications/aspnet/Samples.WebForms/Microsoft.Owin-4.2.2 branch February 13, 2024 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants