]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python: add missing CVE tag to patches
authorRoss Burton <ross.burton@intel.com>
Mon, 29 Oct 2018 16:41:57 +0000 (16:41 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Oct 2018 16:56:41 +0000 (16:56 +0000)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python/0001-2.7-bpo-34623-Use-XML_SetHashSalt-in-_elementtree-GH.patch
meta/recipes-devtools/python/python/0001-closes-bpo-34540-Convert-shutil._call_external_zip-t.patch

index 42c64caaee4718035d3431b3000057248f098f7f..3c0d6622966dc781846533d2332a2b3b16378e78 100644 (file)
@@ -19,9 +19,7 @@ Co-authored-by: Christian Heimes <christian@python.org>
 https://bugs.python.org/issue34623
 
 Upstream-Status: Backport
-
-Fix CVE-2018-14647
-
+CVE: CVE-2018-14647
 Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
 ---
  Include/pyexpat.h                                                  | 4 +++-
index e6fe5f2cc4632e005831a9a968d9c4899bd16b4a..125db8512a96346386848124f0bfdbecd2318903 100644 (file)
@@ -5,9 +5,7 @@ Subject: [PATCH] closes bpo-34540: Convert shutil._call_external_zip to use
  subprocess rather than distutils.spawn. (GH-8985)
 
 Upstream-Status: Backport
-
-Fix CVE-2018-1000802
-
+CVE: CVE-2018-1000802
 Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
 ---
  Lib/shutil.py                                            | 16 ++++++++++------