dokku / plugn

Hook system that lets users extend your application with plugins
MIT License
82 stars 22 forks source link

Add the plugin to the safe.directory list #92

Closed josegonzalez closed 2 years ago

josegonzalez commented 2 years ago

This allows dokku to trigger plugin:update as root while keeping plugins owned by the Dokku user.

See https://github.blog/2022-04-12-git-security-vulnerability-announced/ for more details on this change (which was backported in to Git 2.25.1 for Ubuntu).

Closes dokku/dokku#5186