ansible/changelogs/fragments/more-world-readable-warning-skips.yaml
Toshio Kuratomi f46c943d3d Fix another corner case of too many warnings for world readable current working directory
There should be no warning if there is no ansible.cfg file i nthe
current working directory.
2018-08-23 20:23:59 -07:00

7 lines
409 B
YAML

---
bugfixes:
- The fix for `CVE-2018-10875 <https://access.redhat.com/security/cve/cve-2018-10875>`_
prints out a warning message about skipping a config file from a world
writable current working directory. However, if the user is in a world
writable current working directory which does not contain a config file, it
should not print a warning message. This release fixes that extaneous warning.