mirror of
https://github.com/ansible/ansible
synced 2026-06-19 07:35:52 +00:00
f8dcf4f562
* 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>