mirror of https://github.com/ansible/ansible.git
[stable-2.5] Fix another corner case of too many warnings for world readable current working directory (#44610)
There should be no warning if there is no ansible.cfg file i nthe
current working directory.
(cherry picked from commit f46c943
)
Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
pull/45257/head
parent
2a2e4721a4
commit
d89bd2d3c1
@ -0,0 +1,7 @@
|
||||
---
|
||||
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.
|
Loading…
Reference in New Issue