1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/graph
Aaron Lehmann 011bfd666e Unmarshal signed payload when pulling by digest
Add a unit test for validateManifest which ensures extra data can't be
injected by adding data to the JSON object outside the payload area.

This also removes validation of legacy signatures at pull time. This
starts the path of deprecating legacy signatures, whose presence in the
very JSON document they attempt to sign is problematic.  These
signatures were only checked for official images, and since they only
caused a weakly-worded message to be printed, removing the verification
should not cause impact.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2015-10-12 10:51:28 -07:00
..
fixtures/validate_manifest Unmarshal signed payload when pulling by digest 2015-10-12 10:51:28 -07:00
tags Kind of typo 2015-09-09 19:03:53 +08:00
export.go Calculate hash based image IDs on pull 2015-10-12 10:51:28 -07:00
graph.go Calculate hash based image IDs on pull 2015-10-12 10:51:28 -07:00
graph_test.go Calculate hash based image IDs on pull 2015-10-12 10:51:28 -07:00
history.go Refactor some code to use simply format 2015-09-06 20:59:09 +08:00
import.go Revert "Merge pull request #16228 from duglin/ContextualizeEvents" 2015-09-29 14:26:51 -04:00
list.go Fix filter by label for docker images 2015-08-22 14:06:48 +02:00
load.go Calculate hash based image IDs on pull 2015-10-12 10:51:28 -07:00
load_unsupported.go /graph fix lin errors/warnings 2015-07-29 20:59:36 +00:00
mutex.go Attempt to protect on disk image store with mutex 2015-06-25 20:16:37 -07:00
pools_test.go Move types from progressreader and broadcastwriter to broadcaster 2015-10-06 22:20:07 -04:00
pull.go Revert "Merge pull request #16228 from duglin/ContextualizeEvents" 2015-09-29 14:26:51 -04:00
pull_v1.go Calculate hash based image IDs on pull 2015-10-12 10:51:28 -07:00
pull_v2.go Unmarshal signed payload when pulling by digest 2015-10-12 10:51:28 -07:00
pull_v2_test.go Unmarshal signed payload when pulling by digest 2015-10-12 10:51:28 -07:00
push.go Revert "Merge pull request #16228 from duglin/ContextualizeEvents" 2015-09-29 14:26:51 -04:00
push_v1.go Calculate hash based image IDs on pull 2015-10-12 10:51:28 -07:00
push_v2.go Calculate hash based image IDs on pull 2015-10-12 10:51:28 -07:00
registry.go Unmarshal signed payload when pulling by digest 2015-10-12 10:51:28 -07:00
service.go Merge pull request #16076 from vbatts/export_image_times 2015-10-01 21:50:43 +01:00
tags.go Move types from progressreader and broadcastwriter to broadcaster 2015-10-06 22:20:07 -04:00
tags_unit_test.go Calculate hash based image IDs on pull 2015-10-12 10:51:28 -07:00