summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python_2.7.13.bbappend
diff options
context:
space:
mode:
authorDan Andresan <Dan.Andresan@enea.com>2018-10-29 12:00:47 +0100
committerGerrit Code Review <gerrit2@sestogerrit02>2018-10-29 12:00:47 +0100
commitc1d3038ebc3595d452dd987ce985446b75b944db (patch)
tree16e1051960cbb9b2c7d64ce6397dcd7b8f76c804 /recipes-devtools/python/python_2.7.13.bbappend
parentb377da4896044bb0c4ea198f767e354340432721 (diff)
parent429266feedb3eccc450d823d207cb1464c4c43dc (diff)
downloadmeta-el-common-c1d3038ebc3595d452dd987ce985446b75b944db.tar.gz
Merge "python: Fix CVEs" into pyro
Diffstat (limited to 'recipes-devtools/python/python_2.7.13.bbappend')
-rw-r--r--recipes-devtools/python/python_2.7.13.bbappend7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-devtools/python/python_2.7.13.bbappend b/recipes-devtools/python/python_2.7.13.bbappend
new file mode 100644
index 0000000..d7ec5e2
--- /dev/null
+++ b/recipes-devtools/python/python_2.7.13.bbappend
@@ -0,0 +1,7 @@
1# look for files in the layer first
2FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
3
4SRC_URI += " \
5 file://CVE-2017-1000158-2.7-bpo-30657-Check-prevent-integer-overflow-in-PySt.patch \
6 file://CVE-2018-1060-CVE-2018-1061-2.7-bpo-32981-Fix-catastrophic-backtracking-vulns-GH.patch \
7 "