Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nikon test file is invalid #8

Open
christianpaquin opened this issue Mar 29, 2024 · 0 comments
Open

Nikon test file is invalid #8

christianpaquin opened this issue Mar 29, 2024 · 0 comments

Comments

@christianpaquin
Copy link

The nikon-20221019-building.jpeg file is invalid when tested with the c2patool:

 "validation_status": [
    {
      "code": "signingCredential.expired",
      "url": "Cose_Sign1",
      "explanation": "certificate expired"
    },
    {
      "code": "claimSignature.mismatch",
      "url": "self#jumbf=/c2pa/urn:uuid:cfcf3edf-245e-4ba9-80d8-07b4ed4dffaf/c2pa.signature",
      "explanation": "claim signature is not valid"
    },
    {
      "code": "assertion.hashedURI.match",
      "url": "self#jumbf=c2pa.assertions/c2pa.thumbnail.claim.jpeg",
      "explanation": "hashed uri matched: self#jumbf=c2pa.assertions/c2pa.thumbnail.claim.jpeg"
    },
    {
      "code": "assertion.hashedURI.match",
      "url": "self#jumbf=c2pa.assertions/stds.schema-org.CreativeWork",
      "explanation": "hashed uri matched: self#jumbf=c2pa.assertions/stds.schema-org.CreativeWork"
    },
    {
      "code": "assertion.hashedURI.match",
      "url": "self#jumbf=c2pa.assertions/stds.exif",
      "explanation": "hashed uri matched: self#jumbf=c2pa.assertions/stds.exif"
    },
    {
      "code": "assertion.hashedURI.match",
      "url": "self#jumbf=c2pa.assertions/c2pa.hash.data",
      "explanation": "hashed uri matched: self#jumbf=c2pa.assertions/c2pa.hash.data"
    },
    {
      "code": "assertion.dataHash.match",
      "url": "self#jumbf=/c2pa/urn:uuid:cfcf3edf-245e-4ba9-80d8-07b4ed4dffaf/c2pa.assertions/c2pa.hash.data",
      "explanation": "data hash valid"
    }
  ]

Is that on purpose? If so, it should be explained; if not, it should be updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant