Bump @protobufjs/utf8 from 1.1.0 to 1.1.1 in /tests/functional#2413
Bump @protobufjs/utf8 from 1.1.0 to 1.1.1 in /tests/functional#2413dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@protobufjs/utf8](https://github.com/dcodeIO/protobuf.js) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/dcodeIO/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](protobufjs/protobuf.js@protobufjs-cli-v1.1.0...protobufjs-cli-v1.1.1) --- updated-dependencies: - dependency-name: "@protobufjs/utf8" dependency-version: 1.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Hello dependabot[bot],My role is to assist you with the merge of this Available options
Available commands
Status report is not available. The following options are set: bypass_author_approval, bypass_jira_check |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
The following options are set: bypass_author_approval, bypass_jira_check |
There was a problem hiding this comment.
Dependency Bump Evaluation
Version change: @protobufjs/utf8 1.1.0 -> 1.1.1 (patch)
Semver bump type: Patch
Changes:
- Fixes overlong UTF-8 byte sequence decoding in the minimal UTF-8 decoder
- Dev dependency update (tape ^4.6.3 -> ^5.0.0)
Breaking changes: None
Security fix: Yes — GHSA-q6x5-8v7m-xcrf (MODERATE). The UTF-8 decoder accepted overlong byte sequences, potentially allowing bypass of byte-level validation before protobuf string decoding.
Impact on codebase: Minimal. @protobufjs/utf8 is a transitive dependency only present in tests/functional/yarn.lock. No direct imports of this package exist anywhere in the codebase. The change is lockfile-only (3 lines added, 3 removed).
CI status: Several checks still in progress at time of review; no failures observed. GitHub branch protection will prevent merge until required checks pass.
Recommendation: SAFE TO MERGE — security patch for a transitive test dependency with zero direct usage in the codebase.
— Claude Code
Branches have divergedThis pull request's source branch To avoid any integration risks, please re-synchronize them using one of the
Note: If you choose to rebase, you may have to ask me to rebuild The following options are set: bypass_author_approval, bypass_jira_check |
|
Addressed with e635bbf |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps @protobufjs/utf8 from 1.1.0 to 1.1.1.
Release notes
Sourced from @protobufjs/utf8's releases.
Commits
644d588chore: release master (#1865)e42eea4fix(cli): fix relative path to Google pb files (#1859)dce9a2efix: use bundled filename to fix common pb includes (#1860)64e8936fix: use ES5 style function syntax (#1830)4489fa7Revert "fix: error should be thrown (#1817)" (#1864)You can trigger a rebase of this PR 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)You can disable automated security fix PRs for this repo from the Security Alerts page.