Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.

[Security] Bump protobuf from 2.5.0 to 2.6.0#139

Merged
tomtau merged 1 commit intomasterfrom
dependabot/cargo/protobuf-2.6.0
Jun 13, 2019
Merged

[Security] Bump protobuf from 2.5.0 to 2.6.0#139
tomtau merged 1 commit intomasterfrom
dependabot/cargo/protobuf-2.6.0

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps protobuf from 2.5.0 to 2.6.0. This update includes security fixes.

Vulnerabilities fixed

Sourced from The RustSec Advisory Database.

Out of Memory in stream::read_raw_bytes_into()
Affected versions of this crate called Vec::reserve() on user-supplied input.

This allows an attacker to cause an Out of Memory condition while calling the
vulnerable method on untrusted data.

Patched versions: ^1.7.5; >= 2.6.0
Unaffected versions: none

Sourced from The RustSec Advisory Database.

Out of Memory in stream::read_raw_bytes_into()
Affected versions of this crate called Vec::reserve() on user-supplied input.

This allows an attacker to cause an Out of Memory condition while calling the
vulnerable method on untrusted data.

Patched versions: >= 1.7.5, >= 2.6.0
Unaffected versions: none

Changelog

Sourced from protobuf's changelog.

[2.6.0] - 2019-05-19

Commits
  • e506e96 Bump version
  • 8235552 Implement Hash for UnknownFields
  • 71f09ae Change minimum supported Rust version to 1.26
  • f32ac1c Fuzz testing with Read trait and fix OOM on incorrect input
  • de13d72 add missing codegen rules
  • acdc94a *: support add lite-runtime customization options
  • See full diff 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 [protobuf](https://github.com/stepancheg/rust-protobuf) from 2.5.0 to 2.6.0. **This update includes security fixes.**
- [Release notes](https://github.com/stepancheg/rust-protobuf/releases)
- [Changelog](https://github.com/stepancheg/rust-protobuf/blob/master/CHANGELOG.md)
- [Commits](stepancheg/rust-protobuf@v2.5.0...v2.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file security Pull requests that address a security vulnerability labels Jun 12, 2019
@codecov
Copy link
Copy Markdown

codecov bot commented Jun 12, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@a80b902). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #139   +/-   ##
=========================================
  Coverage          ?   79.29%           
=========================================
  Files             ?       77           
  Lines             ?     6971           
  Branches          ?        0           
=========================================
  Hits              ?     5528           
  Misses            ?     1443           
  Partials          ?        0

@tomtau tomtau merged commit 72f59de into master Jun 13, 2019
@tomtau tomtau deleted the dependabot/cargo/protobuf-2.6.0 branch June 13, 2019 01:42
leejw51crypto pushed a commit to leejw51crypto/chain that referenced this pull request Jun 13, 2019
Bumps [protobuf](https://github.com/stepancheg/rust-protobuf) from 2.5.0 to 2.6.0. **This update includes security fixes.**
- [Release notes](https://github.com/stepancheg/rust-protobuf/releases)
- [Changelog](https://github.com/stepancheg/rust-protobuf/blob/master/CHANGELOG.md)
- [Commits](stepancheg/rust-protobuf@v2.5.0...v2.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file security Pull requests that address a security vulnerability

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants