diff options
author | Matt Davis <6775756+nitzmahone@users.noreply.github.com> | 2024-10-25 00:56:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-25 00:56:54 +0200 |
commit | c9ac477e53a99e95781f333eec3329a935c1bf95 (patch) | |
tree | c967deaa7e326edcd000f2a8caaadc89f6add81d /test/integration/targets/fetch | |
parent | user module avoid conflicts ssh pub key (#84165) (diff) | |
download | ansible-c9ac477e53a99e95781f333eec3329a935c1bf95.tar.xz ansible-c9ac477e53a99e95781f333eec3329a935c1bf95.zip |
Preserve `_ansible_no_log` from action result; fix `include_vars` to set properly (#84143)
* 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
Diffstat (limited to 'test/integration/targets/fetch')
0 files changed, 0 insertions, 0 deletions