summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2015-08-18 09:47:43 -0700
committerToshio Kuratomi <toshio@fedoraproject.org>2015-08-18 09:47:43 -0700
commita4a95eb7ace47058c64c322402787888ce634f94 (patch)
treedd3024fe4dd539bff9eb7b3737260f31e04c644b
parent0034a101cbd0e151d79554a52759ba5cb25fd203 (diff)
downloadansible-a4a95eb7ace47058c64c322402787888ce634f94.tar.gz
Add CVE-2015-6240 id for the zone/chroot security bug.
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b3f76b98e6..883e190135 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -40,7 +40,7 @@ Other Notable Changes:
Prior to this fix being applied these connection plugins didn't properly
handle symlinks within the containers which could lead to files intended to
be written to or read from the container being written to or read from the
- host system instead. (CVE pending)
+ host system instead. (CVE-2015-6240)
* Fixed a bug in the service module where init scripts were being incorrectly used instead of upstart/systemd.
* Fixed a bug where sudo/su settings were not inherited from ansible.cfg correctly.
* Fixed a bug in the rds module where a traceback may occur due to an unbound variable.