Closed (fixed)
Project:
OpenTelemetry
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2026 at 18:26 UTC
Updated:
1 Apr 2026 at 10:04 UTC
Jump to comment: Most recent
google/protobuf has an advisory https://github.com/advisories/GHSA-p2gh-cfq4-4wjc
This moves to `^4.33.6`, which has the fix.
| Comment | File | Size | Author |
|---|---|---|---|
| opentelemetry-google-protobuf-4.patch | 443 bytes | robloach |
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
robloachComment #4
abhisekmazumdarOver the Drupal AI module, we dev required opentelemetry, and this was flagged in the pipelines. Thank you @robloach for reporting and creating the fix.
These changes look good to me. So, I marked this RTBC with my limited knowledge of opentelemetry. If the maintainer thinks this might cause some breaking changes, please feel free to move it back. I look forward to this getting merged soon.
Comment #5
murzLooks good to me, tested a bit, and seems updating the
google/protobuffrom 3.x to 4.x does not require any changes from the module side, so merged this.Comment #8
g.rocchini commentedHello Murz,
can you tag the module with this merge, so that
composer require 'drupal/opentelemetry:^1.0@beta'will make this available?
thanks
Comment #9
murzThere are more issues merged into the branch, so it took time to review all the changes that will be included in the new release. Released now 1.0.0-beta7 that includes this fix too.
Comment #10
g.rocchini commentedThanks Murz!