jibbr
jibbr copied to clipboard
Bump Nancy from 0.9.0 to 1.4.4 in /Jabbot.ConsoleBotHost
Bumps Nancy from 0.9.0 to 1.4.4.
Release notes
Sourced from Nancy's releases.
v1.4.4
Security Issue in JSON deserialization used by CSRF cookie handling. Removed use of JSON (de)serialization in Csrf.cs, to prevent a possible remote code execution vulnerability. Thanks to Alvaro Muñoz and Alexandr Mirosh from Hewlett-Packard Enterprise Security for pointing out this flaw. Affected versions are all Nancy
1.xreleases and all pre-release candidates of2.xup to and including2.0-clinteastwood. The new CRSF cookie will not be backwards compatible with cookies that was generated with earlier versions.All
1.xusers are advised to upgrade to1.4.4All
2.xusers are advised to use a build from our MyGet feed until2.0-dangermousehas been published to NuGetℹ️ Be advised that you have had to explicitly enable CSRF support, by calling
CSRF.Enable(...), to be affected by this vulnerability.
Commits
b826aafUpdated SharedAssemblyInfo to v1.4.4d677dddRemoved invalid test292185aRemoved use of object serializer for Csrf cookie generationd2d0240Fixed build issue with claimsb220b4dUpdated version2b26073Replaced an unintended NullReferenceException when a partial view could not b...0b0f632Removed net45 specific test36617b5Fixes issue #2131 with XmlProcessore716532Make sure we keep ReasonPhrase from existing Response0f22838Tweak test to fail- 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.