w3c / vc-data-integrity

W3C Data Integrity Specification
https://w3c.github.io/vc-data-integrity/
Other
42 stars 19 forks source link

When converting to RDF, ensure that BASE URL is null. #180

Closed msporny closed 1 year ago

msporny commented 1 year ago

Since Data Integrity secured documents can be transferred from one security domain to another, processors that process the secured document cannot assume any particular BASE URL. When de-serializing to RDF, implementations MUST ensure that the BASE URL is set to null.

msporny commented 1 year ago

PR #185 has been raised to address this issue. Once PR #185 is merged, this issue will be closed.

msporny commented 1 year ago

PR #185 has been merged, closing.