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
CatalystSignedDocument structure is focusing on only the known metadata fields like id, ver, type etc. and any other fields just being skipped during the decoding procedure, meaning that such document considered valid.
Which is wrong.
Expected Behavior
For any unsupported/un recognisable metadata field and signatures protected and unprotected header fields we should invalid it by adding error message into the report.
The text was updated successfully, but these errors were encountered:
No, only metadata defined for any particular document should be present. Extra protected metadata is invalid.
Unprotected metadata has no impact on signatures, and can be ignored. It also does not need to be preserved if present.
Uh oh!
There was an error while loading. Please reload this page.
Is there an existing issue for this?
Current Behavior
CatalystSignedDocument
structure is focusing on only the known metadata fields likeid
,ver
,type
etc. and any other fields just being skipped during the decoding procedure, meaning that such document considered valid.Which is wrong.
Expected Behavior
For any unsupported/un recognisable metadata field and signatures protected and unprotected header fields we should invalid it by adding error message into the
report
.The text was updated successfully, but these errors were encountered: