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/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>
5 years ago
..
common [stable-2.10] Change default file permissions so they are not world readable (#70221) (#70824) 5 years ago
compat Fix filedescriptor out of range in select() when running commands (#65058) 6 years ago
csharp Deprecation revisited (#69926) 6 years ago
distro Update bundled version of distro from 1.4.0 to 1.5.0 (#69709) 6 years ago
facts [stable-2.10] Handle Slackware OS version strings containing a plus (“+”) (#68142) (#70717) 5 years ago
parsing [stable-2.10] Fix boilerplate in setup.py and lib/ansible/ dir.. 5 years ago
powershell Ansible.Basic added generic fragment merger for module options (#69719) 6 years ago
six Update bundled copy of six from 1.11.0 to 1.12.0 (#55456) 7 years ago
__init__.py Enhance empty __init__ code-smell to check module_utils (#33438) 8 years ago
_text.py [stable-2.10] Fix boilerplate in setup.py and lib/ansible/ dir.. 5 years ago
ansible_release.py [AWS] Add Ansible Version to botocore user agent string (#39993) 8 years ago
api.py [2.10] api: time.clock compatible code (#70677) 5 years ago
basic.py [stable-2.10] Change default file permissions so they are not world readable (#70221) (#70824) 5 years ago
connection.py [stable-2.10] Fix boilerplate in setup.py and lib/ansible/ dir.. 5 years ago
json_utils.py [stable-2.10] Fix boilerplate in setup.py and lib/ansible/ dir.. 5 years ago
pycompat24.py [stable-2.10] Fix boilerplate in setup.py and lib/ansible/ dir.. 5 years ago
service.py [stable-2.10] Fix boilerplate in setup.py and lib/ansible/ dir.. 5 years ago
splitter.py [stable-2.10] Fix boilerplate in setup.py and lib/ansible/ dir.. 5 years ago
urls.py [stable-2.10] Fix boilerplate in setup.py and lib/ansible/ dir.. 5 years ago
yumdnf.py [stable-2.10] Fix boilerplate in setup.py and lib/ansible/ dir.. 5 years ago