[Security] Bump protobufjs from 6.8.0 to 6.8.6
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
protobufjsis vulnerable to ReDoS when parsing crafted invalid *.proto filesAffected versions: <=6.8.5
Release notes
Sourced from protobufjs's releases.
6.8.6
This is a security patch:
- Fixes
typeRefReused 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
:hash: Fix typeRefRe being vulnerable to ReDoS
6.8.5
New
:hash: Preserve comments when serializing/deserializing with toJSON and fromJSON. (#983)
:hash: Add more details to some frequent error messages (#962)
:hash: Add IParseOptions#alternateCommentMode (#968)
:hash: Added field_mask to built-in common wrappers (#982)Other
:hash: Remove code climate config in order to use 'in-app' config instead
6.8.4
Other
:hash: Update jsdoc dependency (pinned vulnerable marked)
6.8.3
CLI
:hash: Use correct safeProp in json-module target, see #956
6.8.2
Other
:hash: Include dist files in npm package, see #955
6.8.1
Fixed
:hash: Prevent invalid JSDoc names when generating service methods, see #870
:hash: Prevent parse errors when generating service method names, see #870
:hash: Support parsing nested option-values with or without ':' (#951, fixes #946)
:hash: Add support for reserved keyword in enums (#950, fixes #949)
:hash: Unified safe property escapes and added a test for #834
:hash: Fix codegen if type name starts with "Object"
:hash: Fixed dependency for json-module to use "light".
:hash: Basic support for URL prefixes in google.protobuf.Any types.
:hash: fixed 'error is not defined linter warning when using static/static-module and es6
:hash: Fixed wrong type_url for any type (no leading '.' allowed).
:hash: Fixed fromObject() for google.protobuf.Any types.
:hash: Handle case where 'extendee' is undefined in ext/descriptorCLI
:hash: Sanitize CR-only line endings (coming from jsdoc?)
... (truncated)
:hash: Make sure enum typings become generated (#884 didn't solve this)
Commits
918ff01Update dist files for 6.8.62ee1028Security: Fix typeRefRe being vulnerable to ReDoSb912005Update dist files for 6.8.5462132fNew: Preserve comments when serializing/deserializing with toJSON and fromJSO...635fef0Other: Remove code climate config in order to use 'in-app' config instead8d0209dOther: Update dependencies and dist filesd29c0caNew: Add more details to some frequent error messages (#962)8400f87New: Add IParseOptions#alternateCommentMode (#968)d6e3b9eNew: Added field_mask to built-in common wrappers (#982)057325dUpdate changelog- 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 -
@dependabot badge mewill 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)