diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2017-11-08 16:43:49 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2017-11-08 21:58:26 +0000 |
commit | 0a2cb93fc26c5fd2fc8c494945fd8664670aa552 (patch) | |
tree | 305b71361f2cf9a7aeb77465d6c5e0c97b33a6c2 /vendor.conf | |
parent | b8dca1874dfec01b1782f1308f26b58f315424cd (diff) | |
download | podman-0a2cb93fc26c5fd2fc8c494945fd8664670aa552.tar.gz podman-0a2cb93fc26c5fd2fc8c494945fd8664670aa552.tar.bz2 podman-0a2cb93fc26c5fd2fc8c494945fd8664670aa552.zip |
Update tarsplit vendor to address CVE-2017-14992
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Closes: #34
Approved by: rhatdan
Diffstat (limited to 'vendor.conf')
-rw-r--r-- | vendor.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor.conf b/vendor.conf index 8dba9b334..09ee9cc1f 100644 --- a/vendor.conf +++ b/vendor.conf @@ -73,7 +73,7 @@ github.com/emicklei/go-restful-swagger12 1.0.1 github.com/pkg/errors v0.8.0 github.com/godbus/dbus a389bdde4dd695d414e47b755e95e72b7826432c github.com/urfave/cli v1.20.0 -github.com/vbatts/tar-split v0.10.1 +github.com/vbatts/tar-split v0.10.2 github.com/renstrom/dedent v1.0.0 github.com/hpcloud/tail v1.0.0 gopkg.in/fsnotify.v1 v1.4.2 |