Skip to content

Harden attestation validation logic #7052

@cjen1-msft

Description

@cjen1-msft

We currently parse the attestation then check the signature, and we should do this the other way round:

  • first validate the signature on the attestation against all of the roots of trust
  • Then parse it and ensure that the validated root of trust matches the attestation's claimed one.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions