PXMYH / helios

Real Estate Rental Info Data Collector
https://beast-helios.herokuapp.com/
MIT License
2 stars 2 forks source link

[Security] Bump twisted from 19.2.0 to 19.2.1 #48

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps twisted from 19.2.0 to 19.2.1.

Changelog *Sourced from [twisted's changelog](https://github.com/twisted/twisted/blob/twisted-19.2.1/NEWS.rst).* > Twisted 19.2.1 (2019-06-06) > =========================== > > No significant changes. > > Conch > ----- > > No significant changes. > > Web > --- > > ### Bugfixes > > - All HTTP clients in twisted.web.client now raise a ValueError when called with a method and/or URL that contain invalid characters. This mitigates CVE-2019-12387. Thanks to Alex Brasetvik for reporting this vulnerability. ([#9647](https://github-redirect.dependabot.com/twisted/twisted/issues/9647)) > > Mail > ---- > > No significant changes. > > Words > ----- > > No significant changes. > > Names > ----- > > No significant changes.
Commits - [`c077685`](https://github.com/twisted/twisted/commit/c0776850e756adfcdc179a7fd9e4c8f5cbc4838d) towncrier - [`4cc45bd`](https://github.com/twisted/twisted/commit/4cc45bd798ea8a22f54af64f02f7f539b4aa89e3) incremental - [`8a47339`](https://github.com/twisted/twisted/commit/8a473397d5cdecff38b95a94fc7fc75dd06217dc) Prevent CRLF injections described in CVE-2019-12387 - See full diff in [compare view](https://github.com/twisted/twisted/compare/twisted-19.2.0...twisted-19.2.1)


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](https://app.dependabot.com): - 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.
codecov[bot] commented 5 years ago

Codecov Report

Merging #48 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #48   +/-   ##
======================================
  Coverage    2.38%   2.38%           
======================================
  Files          11      11           
  Lines         294     294           
======================================
  Hits            7       7           
  Misses        287     287

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 306f4c7...1f90f60. Read the comment docs.

dependabot-preview[bot] commented 5 years ago

We've just been alerted that this update fixes a security vulnerability:

Sourced from The GitHub Security Advisory Database.

Moderate severity vulnerability that affects twisted In Twisted before 19.2.1, twisted.web did not validate or sanitize URIs or HTTP methods, allowing an attacker to inject invalid characters such as CRLF.

Affected versions: ["< 19.2.1"]