Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps Nancy.Hosting.Aspnet from 1.4.1 to 2.0.0.

Release notes

Sourced from Nancy.Hosting.Aspnet'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.x releases and all pre-release candidates of 2.x up to and including 2.0-clinteastwood. The new CRSF cookie will not be backwards compatible with cookies that was generated with earlier versions.

  • All 1.x users are advised to upgrade to 1.4.4

  • All 2.x users are advised to use a build from our MyGet feed until 2.0-dangermouse has 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
  • dbdbe94 Merge pull request #2901 from blairconrad/fie-4.6.0
  • de458a9 Fix Link header non-ASCII characters issue (#2903)
  • bb34ae1 Upgrade to FakeItEasy 4.6.0
  • 68e0b9f Don't allocate 4kB and Stream.CopyTo for empty bodies (#2898)
  • 3cef9e6 Merge pull request #2890 from youngbob/fix-status-code-xml-serialize
  • a082f04 Merge pull request #2870 from blairconrad/netstandard2.0
  • c2a5254 Merge pull request #2868 from DamirAinullin/master
  • 93c1594 Merge pull request #2889 from youngbob/fix-media-range-null-case
  • 3515c2e Ensure DefaultStatusCodeHandlerResult can be XML serialized
  • cbcf05c Revert "add constructor to DefaultStatusCodeHandlerResult, so we do not have ...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [Nancy.Hosting.Aspnet](https://github.com/NancyFx/Nancy) from 1.4.1 to 2.0.0.
- [Release notes](https://github.com/NancyFx/Nancy/releases)
- [Commits](NancyFx/Nancy@v1.4.1...v2.0.0)

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 29, 2019
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants