EAR standard now provides attester claims and verifier claims, which provides us a better way to embed claims.
The idea is to put parsed claims into attester claims, and initdata/report_data/user defined claims (or sometimes called selectors/extensions) to verifier claims.
This would be a breaking change, but we can do step by step
- keep original claims in code tree, while add new fields
- claim the original claims would be removed, recommend new fields for policies
- after some cycles, remove the original claims (
appraisal.annotated_evidence).
Related PR #1358
EAR standard now provides attester claims and verifier claims, which provides us a better way to embed claims.
The idea is to put parsed claims into
attester claims, and initdata/report_data/user defined claims (or sometimes called selectors/extensions) toverifier claims.This would be a breaking change, but we can do step by step
appraisal.annotated_evidence).Related PR #1358