mirror of
https://github.com/ansible/ansible.git
synced 2026-07-28 08:05:22 +02:00
* Fix CVE-2026-11332 - prevent role requirements from configuring git (#87070) * Pass malformed role requirements as positional arguments to prevent arbitrary git configuration * Add test coverage, checking for specific errors and that git clone is always followed by -- Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua> (cherry picked from commitedee59aa15) * Fix ansible-galaxy-role test isolating stderr (#87085) Follow up to #87070 to fix the test Fix ansible-galaxy-role test isolating stder Remove new feature to backport as-is (cherry picked from commitbebae770d3) --------- Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>