Problem/Motivation
google/protobuf has a CVE for < 4.33.6: https://github.com/advisories/GHSA-p2gh-cfq4-4wjc
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3581530
Show commands
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 #7
godotislateThis was reported to break the 11.x subtree split, but I created MRs for main, 11.x, 11.3.x, and 10.6.x just in case.
Comment #8
quietone commentedAll the diffs agree with my local versions of the same changes.
Comment #9
alexpottThanks!
Comment #19
alexpottWe also need MRs for 11.2.x and 10.5.x as they are under security support - right?
Comment #20
longwaveEnd users can
composer updatetheir way out of this, this really only affects core-dev-pinned, which is deprecated: #3566600: Deprecate drupal/core-dev-pinned metapackageTherefore I don't think we need to backport this any further.
Comment #22
longwaveOh, I suppose it might break the subtree splitter if we do do a security release on those branches, unless @drumm solves that another way?