AlexaSkillsKit.NET
AlexaSkillsKit.NET copied to clipboard
Bump Microsoft.Owin.Security.Cookies from 3.0.1 to 4.2.2 in /AlexaSkillsKit.Sample
Bumps Microsoft.Owin.Security.Cookies from 3.0.1 to 4.2.2.
Release notes
Sourced from Microsoft.Owin.Security.Cookies'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
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 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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.