Classic builder cache poisoning in github.com/docker/docker
{
"url": "https://pkg.go.dev/vuln/GO-2024-2512",
"review_status": "REVIEWED"
}{
"imports": [
{
"path": "github.com/docker/docker/builder/dockerfile"
},
{
"path": "github.com/docker/docker/daemon/containerd",
"symbols": [
"imageCache.GetCache",
"isMatch",
"localCache.GetCache"
]
},
{
"path": "github.com/docker/docker/daemon/images",
"symbols": [
"ImageService.CommitImage",
"ImageService.CreateImage"
]
},
{
"path": "github.com/docker/docker/image",
"symbols": [
"store.IsBuiltLocally",
"store.SetBuiltLocally"
]
},
{
"path": "github.com/docker/docker/image/cache",
"symbols": [
"ImageCache.GetCache",
"LocalImageCache.GetCache",
"compare",
"getLocalCachedImage"
]
}
]
}
{
"imports": [
{
"path": "github.com/moby/moby/builder/dockerfile"
},
{
"path": "github.com/moby/moby/daemon/containerd",
"symbols": [
"imageCache.GetCache",
"isMatch",
"localCache.GetCache"
]
},
{
"path": "github.com/moby/moby/daemon/images",
"symbols": [
"ImageService.CommitImage",
"ImageService.CreateImage"
]
},
{
"path": "github.com/moby/moby/image",
"symbols": [
"store.IsBuiltLocally",
"store.SetBuiltLocally"
]
},
{
"path": "github.com/moby/moby/image/cache",
"symbols": [
"ImageCache.GetCache",
"LocalImageCache.GetCache",
"compare",
"getLocalCachedImage"
]
}
]
}