You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be checked against a configurable value. It is the hash of the SNP author key.
// Check fields not set by Enarxfor value in report.body.author_key_digest{if value != 0{returnErr(anyhow!("snp report author_key_digest field not set by Enarx"));}}
Also this is the hash of the signing key, signed with the author key and should be tested against a blacklist.
for value in report.body.id_key_digest{if value != 0{returnErr(anyhow!("snp report id_key_digest field not set by Enarx"));}}
No description provided.
The text was updated successfully, but these errors were encountered: