contentauth / c2pa-js

JavaScript SDK for displaying and validating C2PA data
https://opensource.contentauthenticity.org
MIT License
74 stars 40 forks source link

Update assertion handling to support indexed assertion labels #3

Open dkozma opened 2 years ago

dkozma commented 2 years ago

Right now, we strip the assertion indices so that stds.exif__0, stds.exif__2, stds.exif__5 all get collapsed down to stds.exif in the HashMap. This is resulting in us losing some data, since the assertion index that is last processed will overwrite the previously processed ones.

Some questions:

emensch commented 2 years ago

Also worth calling out:

crandmck commented 1 year ago

@adobe export issue to Jira project CAI

github-jira-sync-bot commented 1 year ago

:white_check_mark: Jira issue https://jira.corp.adobe.com/browse/CAI-3370 is successfully created for this GitHub issue.