Skip to content

validation_state is lost with the verify call #149

@ttbuffey

Description

@ttbuffey

previously, the validation _state is valid for the embedded file, and in verify tool, it shows the signatures in the web interface.

Now with code:

with open(file_path, "rb") as stream:
       reader = Reader(mime_type, stream)
       result = reader.json()

the "validation_state": "Valid" is lost in the response. So that's why the verify tool also has issues now.

Image

the test file is from https://spec.c2pa.org/public-testfiles/image/jpeg/adobe-20220124-CAI.jpg

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions