Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

[Security] Bump protobufjs from 6.8.0 to 6.8.6 #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps protobufjs from 6.8.0 to 6.8.6. This update includes security fixes.

Vulnerabilities fixed

Sourced from The GitHub Security Advisory Database.

Moderate severity vulnerability that affects protobufjs protobufjs is vulnerable to ReDoS when parsing crafted invalid .proto files.

Affected versions: >= 6.0.0 < 6.8.6

Sourced from The Node Security Working Group.

Denial of Service protobufjs is vulnerable to ReDoS when parsing crafted invalid *.proto files

Affected versions: <=6.8.5

Release notes

Sourced from protobufjs's releases.

6.8.6

This is a security patch:

  • Fixes typeRefRe used in the parser (1.X-6.8.5) being vulnerable to ReDoS as reported by James Davis. Relevant where a user is allowed to provide .proto sources for parsing. Applications using trusted .proto definitions, JSON descriptors or static code exclusively are not affected.
Changelog

Sourced from protobufjs's changelog.

6.8.6

Fixed

#️⃣ Fix typeRefRe being vulnerable to ReDoS

6.8.5

New

#️⃣ Preserve comments when serializing/deserializing with toJSON and fromJSON. (#983)
#️⃣ Add more details to some frequent error messages (#962)
#️⃣ Add IParseOptions#alternateCommentMode (#968)
#️⃣ Added field_mask to built-in common wrappers (#982)

Other

#️⃣ Remove code climate config in order to use 'in-app' config instead

6.8.4

Other

#️⃣ Update jsdoc dependency (pinned vulnerable marked)

6.8.3

CLI

#️⃣ Use correct safeProp in json-module target, see #956

6.8.2

Other

#️⃣ Include dist files in npm package, see #955

6.8.1

Fixed

#️⃣ Prevent invalid JSDoc names when generating service methods, see #870
#️⃣ Prevent parse errors when generating service method names, see #870
#️⃣ Support parsing nested option-values with or without ':' (#951, fixes #946)
#️⃣ Add support for reserved keyword in enums (#950, fixes #949)
#️⃣ Unified safe property escapes and added a test for #834
#️⃣ Fix codegen if type name starts with "Object"
#️⃣ Fixed dependency for json-module to use "light".
#️⃣ Basic support for URL prefixes in google.protobuf.Any types.
#️⃣ fixed 'error is not defined linter warning when using static/static-module and es6
#️⃣ Fixed wrong type_url for any type (no leading '.' allowed).
#️⃣ Fixed fromObject() for google.protobuf.Any types.
#️⃣ Handle case where 'extendee' is undefined in ext/descriptor

CLI

#️⃣ Sanitize CR-only line endings (coming from jsdoc?)
#️⃣ Make sure enum typings become generated (#884 didn't solve this)

... (truncated)
Commits
  • 918ff01 Update dist files for 6.8.6
  • 2ee1028 Security: Fix typeRefRe being vulnerable to ReDoS
  • b912005 Update dist files for 6.8.5
  • 462132f New: Preserve comments when serializing/deserializing with toJSON and fromJSO...
  • 635fef0 Other: Remove code climate config in order to use 'in-app' config instead
  • 8d0209d Other: Update dependencies and dist files
  • d29c0ca New: Add more details to some frequent error messages (#962)
  • 8400f87 New: Add IParseOptions#alternateCommentMode (#968)
  • d6e3b9e New: Added field_mask to built-in common wrappers (#982)
  • 057325d Update changelog
  • 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 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)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.8.0 to 6.8.6. **This update includes security fixes.**
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](protobufjs/protobuf.js@6.8.0...6.8.6)

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 Mar 19, 2020
# for free to subscribe to this conversation on GitHub. Already have an account? #.
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.

0 participants