Skip to content

Commit

Permalink
Fix CVE in tar-split
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
  • Loading branch information
runcom committed Nov 8, 2017
1 parent bb5584b commit 65d778b
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 20 deletions.
4 changes: 2 additions & 2 deletions vendor.conf
@@ -1,5 +1,5 @@
github.com/urfave/cli v1.17.0
github.com/containers/image master
github.com/containers/image fixies-policy-cve https://github.com/runcom/image
github.com/opencontainers/go-digest master
gopkg.in/cheggaaa/pb.v1 ad4efe000aa550bb54918c06ebbadc0ff17687b9 https://github.com/cheggaaa/pb
github.com/containers/storage master
Expand All @@ -13,7 +13,7 @@ golang.org/x/crypto master
# docker deps from https://github.com/docker/docker/blob/v1.11.2/hack/vendor.sh
github.com/docker/docker 30eb4d8cdc422b023d5f11f29a82ecb73554183b
github.com/docker/go-connections 3ede32e2033de7505e6500d6c868c2b9ed9f169d
github.com/vbatts/tar-split v0.10.1
github.com/vbatts/tar-split v0.10.2
github.com/gorilla/context 14f550f51a
github.com/gorilla/mux e444e69cbd
github.com/docker/go-units 8a7beacffa3009a9ac66bad506b18ffdd110cf97
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/containers/image/vendor.conf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion vendor/github.com/vbatts/tar-split/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 28 additions & 15 deletions vendor/github.com/vbatts/tar-split/tar/asm/disassemble.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 65d778b

Please sign in to comment.