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
But this expects that the capabilityChain proof property if present contains an array of URIs (IRIs). The check fails when an embedded delegation object exists in the array. To allow embedded delegations in the capabilityChain array, the check in verify_proof_consistency needs to be relaxed or improved to handle this case.
The text was updated successfully, but these errors were encountered:
The
verify_proof_consistency
function (added in #241) calls match_list_property to check that a proof object's JSON(-LD) corresponds to its RDF data:ssi/src/vc.rs
Lines 2269 to 2276 in 3fc36d8
But this expects that the
capabilityChain
proof property if present contains an array of URIs (IRIs). The check fails when an embedded delegation object exists in the array. To allow embedded delegations in thecapabilityChain
array, the check inverify_proof_consistency
needs to be relaxed or improved to handle this case.The text was updated successfully, but these errors were encountered: