ansible/test/units/module_utils
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
..
basic [stable-2.10] Change default file permissions so they are not world readable (#70221) (#70824) 2020-07-23 09:07:18 -07:00
common [stable-2.10] Clean up unit test boilerplate. 2020-07-13 18:28:02 -07:00
facts [stable-2.10] Handle Slackware OS version strings containing a plus (“+”) (#68142) (#70717) 2020-07-21 11:21:07 -07:00
json_utils [stable-2.10] Clean up unit test boilerplate. 2020-07-13 18:28:02 -07:00
parsing [stable-2.10] Clean up unit test boilerplate. 2020-07-13 18:28:02 -07:00
urls Add multipart/form-data functionality (#69376) 2020-05-20 15:44:01 -05:00
__init__.py
conftest.py [stable-2.10] Clean up unit test boilerplate. 2020-07-13 18:28:02 -07:00
test_api.py [2.10] api: time.clock compatible code (#70677) 2020-07-21 11:19:27 -07:00
test_distro.py [stable-2.10] Clean up unit test boilerplate. 2020-07-13 18:28:02 -07:00