Bump Microsoft.Owin from 4.1.0 to 4.2.2 in /Samples/V1.0Samples/LocalMediaSamples/AudioVideoPlaybackBot/WorkerRole
Bumps Microsoft.Owin from 4.1.0 to 4.2.2.
Release notes
Sourced from Microsoft.Owin's releases.
4.2.2 Release
This release includes a few bugfixes, including one with possible security implications. The packages are available on nuget.org.
- CVE 2022-29117 also applies to Microsoft.Owin.
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
codeflow: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
dbecd0dUpdate to rtw (#464)f5cf9c4Handle mismatched cookie chunk counts (#463)535e7e2Remove more GlobalSupressions (#447)beb224cUpdate Versions.propsfa65dbcBump to non-preview version9776be3Do not pack projects that don't ship1afd57eAdd back the rolling builds package feed05afae7Avoid downloading OIDC config3b52f6bRemove GlobalSupressionsdbe159eRe-do the build infrastructure (#445)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.