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/lib/ansible/plugins
Matt Davis c9ac477e53
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
1 year ago
..
action Preserve `_ansible_no_log` from action result; fix `include_vars` to set properly (#84143) 1 year ago
become Update triple single quotes to triple double quotes (#84099) 1 year ago
cache Update triple single quotes to triple double quotes (#84099) 1 year ago
callback Update triple single quotes to triple double quotes (#84099) 1 year ago
cliconf Typo fixes and other bits and bobs (#83672) 1 year ago
connection Update triple single quotes to triple double quotes (#84099) 1 year ago
doc_fragments feat: checksum_algo param for find module (#83014) 1 year ago
filter Update triple single quotes to triple double quotes (#84099) 1 year ago
httpapi Require `from __future__ import annotations` (#81902) 2 years ago
inventory Update triple single quotes to triple double quotes (#84099) 1 year ago
lookup Update triple single quotes to triple double quotes (#84099) 1 year ago
netconf Require `from __future__ import annotations` (#81902) 2 years ago
shell Update triple single quotes to triple double quotes (#84099) 1 year ago
strategy Update triple single quotes to triple double quotes (#84099) 1 year ago
terminal Update triple single quotes to triple double quotes (#84099) 1 year ago
test Update triple single quotes to triple double quotes (#84099) 1 year ago
vars Update triple single quotes to triple double quotes (#84099) 1 year ago
__init__.py Update triple single quotes to triple double quotes (#84099) 1 year ago
list.py Typo fixes and other bits and bobs (#83672) 1 year ago
loader.py Update triple single quotes to triple double quotes (#84099) 1 year ago