- Issue created by @tedbow
- πΊπΈUnited States tedbow Ithaca, NY, USA
crediting @chike for reporting. Thanks!
- Status changed to Postponed: needs info
almost 2 years ago 1:42pm 15 February 2023 - π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
That's not true:
/** * Sets default value for new additional_trusted_composer_plugins configuration. * * @see https://www.drupal.org/project/automatic_updates/issues/3331168 */ function package_manager_update_9001(): void { /** @var \Drupal\Core\Config\Config $config */ $config = \Drupal::service('config.factory')->getEditable('package_manager.settings'); $config->set('additional_trusted_composer_plugins', [])->save(); }
That was added in π Limit trusted Composer plugins to a known list, allow user to add more Fixed β¦
There's even test coverage for it!
- Status changed to Closed: works as designed
almost 2 years ago 1:50pm 15 February 2023 - πΊπΈUnited States tedbow Ithaca, NY, USA
My bad closing
If hear differently on π Hosting environment (e.g. cPanel) may add additional files (including symlinks) to the project, which breaks AU Postponed: needs info we can reopen