ansible/test/units/module_utils/basic
Sam Doran 7e4cffc5d2
[stable-2.10] Change default file permissions so they are not world readable (#70221) (#70824)
* Change default file permissions so they are not world readable

CVE-2020-1736

Set the default permissions for files we create with atomic_move() to 0o0660. Track
which files we create that did not exist and warn if the module supports 'mode'
and it was not specified and the module did not call set_mode_if_different(). This allows the user to take action and specify a mode rather than using the defaults.

A code audit is needed to find all instances of modules that call atomic_move()
but do not call set_mode_if_different(). The findings need to be documented in
a changelog since we are not warning. Warning in those instances would be frustrating
to the user since they have no way to change the module code.

- use a set for storing list of created files
- just check the argument spac and params rather than using another property
- improve the warning message to include the default permissions.
(cherry picked from commit 5260527c4a)

Co-authored-by: Sam Doran <sdoran@redhat.com>
2020-07-23 09:07:18 -07:00
..
__init__.py
test__log_invocation.py
test__symbolic_mode_to_octal.py [stable-2.10] Clean up unit test boilerplate. 2020-07-13 18:28:02 -07:00
test_argument_spec.py [2.10] api: time.clock compatible code (#70677) 2020-07-21 11:19:27 -07:00
test_atomic_move.py [stable-2.10] Change default file permissions so they are not world readable (#70221) (#70824) 2020-07-23 09:07:18 -07:00
test_deprecate_warn.py [stable-2.10] Clean up unit test boilerplate. 2020-07-13 18:28:02 -07:00
test_dict_converters.py
test_exit_json.py [stable-2.10] Clean up unit test boilerplate. 2020-07-13 18:28:02 -07:00
test_filesystem.py
test_get_file_attributes.py [stable-2.10] Clean up unit test boilerplate. 2020-07-13 18:28:02 -07:00
test_get_module_path.py
test_heuristic_log_sanitize.py [stable-2.10] Clean up unit test boilerplate. 2020-07-13 18:28:02 -07:00
test_imports.py unit tests: remove unused imports (#59636) 2019-07-26 10:53:31 -04:00
test_log.py
test_no_log.py Sanitize URI module keys with no_log values (#70762) (#70820) 2020-07-22 18:28:24 -07:00
test_platform_distribution.py Discover Flatcar Linux properly for hostname (#69627) 2020-06-02 18:41:53 +05:30
test_run_command.py [stable-2.10] Clean up unit test boilerplate. 2020-07-13 18:28:02 -07:00
test_safe_eval.py [stable-2.10] Clean up unit test boilerplate. 2020-07-13 18:28:02 -07:00
test_sanitize_keys.py Sanitize URI module keys with no_log values (#70762) (#70820) 2020-07-22 18:28:24 -07:00
test_selinux.py
test_set_mode_if_different.py unit tests: remove unused imports (#60462) 2019-08-13 19:21:43 +02:00
test_tmpdir.py [stable-2.10] Clean up unit test boilerplate. 2020-07-13 18:28:02 -07:00