summaryrefslogtreecommitdiffstats
path: root/recipes-containers/runc/runc-opencontainers_git.bb
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2019-02-15 17:32:38 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-02-15 20:10:36 +0000
commitda75d2a91a1547326084d03e52e35f38f1442bd9 (patch)
treeee6cf805e24eae7321b5a1c9d9b8246bdc33506f /recipes-containers/runc/runc-opencontainers_git.bb
parent8c1284f9212ccf7722d0ab701486f7d3adedd06e (diff)
downloadmeta-virtualization-da75d2a91a1547326084d03e52e35f38f1442bd9.tar.gz
runc: address CVE-2019-5736
Use git hash which addresses CVE-2019-5736. Use the same git hash used in top of Docker 18.09 branch. Changes in runc since 6635b4f0 merge branch 'cve-2019-5736' 0a8e4117 nsenter: clone /proc/self/exe to avoid exposing host binary to container dd023c45 merge branch 'pr-1972' Fixes: CVE-2019-5736 Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/runc/runc-opencontainers_git.bb')
-rw-r--r--recipes-containers/runc/runc-opencontainers_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb
index 27c5f23b..5f65940f 100644
--- a/recipes-containers/runc/runc-opencontainers_git.bb
+++ b/recipes-containers/runc/runc-opencontainers_git.bb
@@ -1,6 +1,6 @@
1include runc.inc 1include runc.inc
2 2
3SRCREV = "4a600c04ed480084b2351b3e32c26cb4a2d5d533" 3SRCREV = "6635b4f0c6af3810594d2770f662f34ddc15b40d"
4SRC_URI = " \ 4SRC_URI = " \
5 git://github.com/opencontainers/runc;branch=master \ 5 git://github.com/opencontainers/runc;branch=master \
6 " 6 "