ansible/test/units/module_utils/basic
Sam Doran 5260527c4a
Change default file permissions so they are not world readable (#70221)
* 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
2020-07-22 17:05:38 -04:00
..
__init__.py
test__log_invocation.py
test__symbolic_mode_to_octal.py Clean up unit test boilerplate. 2020-06-22 14:20:33 -07:00
test_argument_spec.py api: time.clock compatible code (#70650) 2020-07-16 12:24:22 +05:30
test_atomic_move.py Change default file permissions so they are not world readable (#70221) 2020-07-22 17:05:38 -04:00
test_deprecate_warn.py Clean up unit test boilerplate. 2020-06-22 14:20:33 -07:00
test_dict_converters.py
test_exit_json.py Support datetime.date object in module result (#70595) 2020-07-14 11:42:40 -04:00
test_filesystem.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_get_file_attributes.py Clean up unit test boilerplate. 2020-06-22 14:20:33 -07:00
test_get_module_path.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_heuristic_log_sanitize.py Clean up unit test boilerplate. 2020-06-22 14:20:33 -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) 2020-07-22 14:49:37 -05:00
test_platform_distribution.py Discover Flatcar Linux properly for hostname (#69627) 2020-06-02 18:41:53 +05:30
test_run_command.py Clean up unit test boilerplate. 2020-06-22 14:20:33 -07:00
test_safe_eval.py Clean up unit test boilerplate. 2020-06-22 14:20:33 -07:00
test_sanitize_keys.py Sanitize URI module keys with no_log values (#70762) 2020-07-22 14:49:37 -05:00
test_selinux.py Remove remaining examples of 1.1.1.1 (#70552) 2020-07-14 11:19:59 -04:00
test_set_cwd.py Add intentional unit tests for basic._set_cwd and common.dict_merge (#70283) 2020-06-25 14:45:13 -05:00
test_set_mode_if_different.py unit tests: remove unused imports (#60462) 2019-08-13 19:21:43 +02:00
test_tmpdir.py Clean up unit test boilerplate. 2020-06-22 14:20:33 -07:00