contentauth / c2pa-rs

Rust SDK for the core C2PA (Coalition for Content Provenance and Authenticity) specification
Other
99 stars 42 forks source link

V2 actions getting converted to v1 if not valid for v2 #448

Open gpeacock opened 2 months ago

gpeacock commented 2 months ago

The API currently tries to detect if an action is v1 or v2, but it should probably be reporting an error when the format of the action fields does not match the designated action version.