appc/spec

spec: For security of authentication, an image needs to sign deprecated parents

Open

#168 opened on Feb 4, 2015

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Go (143 forks)github user discovery
area/spechelp wanted

Repository metrics

Stars
 (1,253 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Signatures on an image is in itself not enough to verify that an image is proper. Signatures do not defend against downgrade attacks.

However, embedding a "parent pointer", like in a git commit, and then signing the result makes it possible to build a DAG where some images, by being pointed to by other images, are deemed to be obsolete or insecure.

The "parent pointers" that are needed in the manifest to do authentication securely, and not have downgrade attacks, are "deprecates: [list of images]".

Contributor guide