mirror of https://github.com/ansible/ansible.git
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.pull/44614/head
parent
8ed7e80fc8
commit
f46c943d3d
@ -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