You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
Matt Davis 8bcd4f39f4
[stable-2.15] Preserve `_ansible_no_log` from action result; fix `include_vars` to set properly (#84143) (#84182)
* fixes for CVE-2024-8775

* propagate truthy `_ansible_no_log` in action result (previously superseded by task-calculated value)
* always mask entire `include_vars` action result if any file loaded had a false `show_content` flag (previously used only the flag value from the last file loaded)

* update no_log tests for CVE-2024-8775
* include validation of _ansible_no_log preservation when set by actions
* replace static values with dynamic for increased robustness to logging/display/callback changes (but still using grep counts :( )

* changelog

* use ternary, coerce to bool explicitly
(cherry picked from commit c9ac477e53)
1 year ago
..
integration [stable-2.15] Preserve `_ansible_no_log` from action result; fix `include_vars` to set properly (#84143) (#84182) 1 year ago
lib/ansible_test runtime-metadata sanity test: do not fail deprecation version checks if galaxy.yml has empty `version` (#83831) (#83858) 1 year ago
sanity [stable-2.15] release.py - Auto-update setuptools upper bound (#83713) (#83744) 1 year ago
support [stable-2.15] ansible-test - Remove VyOS tests and support files (#83650) (#83653) 2 years ago
units Avoid winrm hang on stdin write failure (#82766) (#82781) 2 years ago