Skip to content

Commit

Permalink
doc: add notes to Veraison extensions
Browse files Browse the repository at this point in the history
Mark Veraison extension Appraisal fields as such in the documentation.

Signed-off-by: Sergei Trofimov <sergei.trofimov@arm.com>
  • Loading branch information
setrofim committed Nov 5, 2024
1 parent 406a052 commit 9eec506
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/appraisal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@ pub struct Appraisal {
pub policy_id: Option<String>,
/// Evidence claims extracted and annotated by the verifier from the evidence supplied by the
/// attester
/// (note: this is a Veraison project extension to EAR)
pub annotated_evidence: BTreeMap<String, RawValue>,
/// Addition claims made as part of the appraisal based on the policy indicated by `policy_id`
/// (note: this is a Veraison project extension to EAR)
pub policy_claims: BTreeMap<String, RawValue>,
/// Claims about the public key that is being attested
/// (note: this is a Veraison project extension to EAR)
pub key_attestation: Option<KeyAttestation>,
/// extension claims
pub extensions: Extensions,
Expand Down

0 comments on commit 9eec506

Please sign in to comment.