moby--moby/builder/remotecontext
Sebastiaan van Stijn 9419024554
gosec: add ignore comments for reported issues that can be ignored
```
builder/remotecontext/remote.go:48:        G107: Potential HTTP request made with variable url (gosec)
builder/remotecontext/git/gitutils.go:145: G107: Potential HTTP request made with variable url (gosec)
builder/remotecontext/git/gitutils.go:147: G107: Potential HTTP request made with variable url (gosec)
pkg/fileutils/fileutils_test.go:185:       G303: File creation in shared tmp directory without using ioutil.Tempfile (gosec)
pkg/tarsum/tarsum_test.go:7:               G501: Blacklisted import `crypto/md5`: weak cryptographic primitive (gosec)
pkg/tarsum/tarsum_test.go:9:               G505: Blacklisted import `crypto/sha1`: weak cryptographic primitive (gosec)
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-18 12:57:43 +02:00
..
git gosec: add ignore comments for reported issues that can be ignored 2019-09-18 12:57:43 +02:00
archive.go Add canonical import comment 2018-02-05 16:51:57 -05:00
detect.go Convert parse errors to more informative format 2019-01-14 20:01:00 -06:00
detect_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
filehash.go Add canonical import comment 2018-02-05 16:51:57 -05:00
generate.go Add canonical import comment 2018-02-05 16:51:57 -05:00
git.go Add canonical import comment 2018-02-05 16:51:57 -05:00
lazycontext.go LCOW: lazycontext: Use correct lstat, fix archive check 2018-06-27 13:29:21 -07:00
mimetype.go Add canonical import comment 2018-02-05 16:51:57 -05:00
mimetype_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
remote.go gosec: add ignore comments for reported issues that can be ignored 2019-09-18 12:57:43 +02:00
remote_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
tarsum.go goimports: fix imports 2019-09-18 12:56:54 +02:00
tarsum.pb.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00
tarsum.proto Implement incremental file sync using client session 2017-06-22 11:52:35 -07:00
tarsum_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
utils_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00