summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJulien Cristau <julien.cristau@logilab.fr>2014-02-03 11:12:16 +0100
committerJulien Cristau <julien.cristau@logilab.fr>2014-02-03 11:12:16 +0100
commitd836c08ddbd2e4bd87e69101b6042b49f5d358ff (patch)
tree7668026c8baf7dd7074095247b82bb6e99997823 /ChangeLog
parent0dbd6a20b1abeffa0e30a302657332f7f706c269 (diff)
downloadlogilab-common-d836c08ddbd2e4bd87e69101b6042b49f5d358ff.tar.gz
shellutils: fix tempfile issue in Execute, and deprecate it
Addresses CVE-2014-1839. Closes #207562
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c836182..c979a70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@ ChangeLog for logilab.common
--
* pdf_ext: removed, it had no known users (CVE-2014-1838)
+ * shellutils: fix tempfile issue in Execute, and deprecate it
+ (CVE-2014-1839)
+
* pytest: use 'env' to run the python interpreter
* graph: ensure output is ordered on node and graph ids (#202314)