fix(deps): update dependency protobuf to v5 [security] (main) - abandoned#1686
fix(deps): update dependency protobuf to v5 [security] (main) - abandoned#1686
Conversation
|
Signed-off-by: oep-renovate[bot] <212772560+oep-renovate[bot]@users.noreply.github.com>
317dce8 to
ed34454
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
| .github/workflows/ @open-edge-platform/geti-ci-maintain @jcchr @piotrgrubicki @mgumowsk | ||
| .github/actions/ @open-edge-platform/geti-ci-maintain @jcchr @piotrgrubicki @mgumowsk | ||
| .github/bandit_config.yml @open-edge-platform/geti-ci-maintain @jcchr @piotrgrubicki @mgumowsk | ||
| .github/renovate.json5 @open-edge-platform/geti-ci-maintain @jcchr @piotrgrubicki @mgumowsk | ||
| .github/trivy_config.yml @open-edge-platform/geti-ci-maintain @jcchr @piotrgrubicki @mgumowsk | ||
| .github/trivyignore.yml @open-edge-platform/geti-ci-maintain @jcchr @piotrgrubicki @mgumowsk | ||
| security.md @open-edge-platform/geti-ci-maintain @jcchr @piotrgrubicki @mgumowsk No newline at end of file |
There was a problem hiding this comment.
I think it's better to keep these under the exclusive control of @open-edge-platform/geti-ci-maintain for security reasons.
There was a problem hiding this comment.
ok - I removed new owners from CI section
There was a problem hiding this comment.
I'd suggest removing all specific CODEOWNERS with the exception of security related files and replace the
# Default for anything not covered by one of the more specific rules below
with your names so the other teams don't get notifications anymores
…o removal of differentiation of openldap deployment based on an image type
leoll2
left a comment
There was a problem hiding this comment.
Changes to CODEOWNERS are okay for me. To test the other changes, which include major version upgrade in core libraries (protobuf, grpc, ...), I'd recommend to run e2e tests on this branch and share the results.
This PR contains the following updates:
~=4.25.8→~=5.29.6~=4.24→~=5.29protobuf affected by a JSON recursion depth bypass
CVE-2026-0994 / GHSA-7gcm-g887-7qv7
More information
Details
A denial-of-service (DoS) vulnerability exists in google.protobuf.json_format.ParseDict() in Python, where the max_recursion_depth limit can be bypassed when parsing nested google.protobuf.Any messages.
Due to missing recursion depth accounting inside the internal Any-handling logic, an attacker can supply deeply nested Any structures that bypass the intended recursion limit, eventually exhausting Python’s recursion stack and causing a RecursionError.
Severity
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:LReferences
This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.