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

Fix box order for BMFF #104

Merged
merged 5 commits into from
Aug 9, 2022
Merged

Fix box order for BMFF #104

merged 5 commits into from
Aug 9, 2022

Conversation

mauricefisher64
Copy link
Collaborator

Changes in this pull request

C2PA box should be after ftyp box. Fix case where that could fail.

Checklist

  • This PR represents a single feature, fix, or change.
  • All applicable changes have been documented.
  • Any TO DO items (or similar) have been entered as GitHub issues and the link to that issue has been included in a comment.

@codecov-commenter
Copy link

codecov-commenter commented Aug 9, 2022

Codecov Report

Merging #104 (3a429d7) into main (a09b013) will increase coverage by 1.39%.
The diff coverage is 91.66%.

@@            Coverage Diff             @@
##             main     #104      +/-   ##
==========================================
+ Coverage   75.82%   77.21%   +1.39%     
==========================================
  Files          66       66              
  Lines       14067    14081      +14     
==========================================
+ Hits        10666    10873     +207     
+ Misses       3401     3208     -193     
Impacted Files Coverage Δ
sdk/src/asset_handlers/bmff_io.rs 79.56% <66.66%> (+1.09%) ⬆️
sdk/src/store.rs 83.99% <100.00%> (+5.13%) ⬆️
sdk/src/cose_validator.rs 66.79% <0.00%> (-0.40%) ⬇️
sdk/src/manifest_store_report.rs 84.96% <0.00%> (+0.75%) ⬆️
sdk/src/claim.rs 80.73% <0.00%> (+2.76%) ⬆️
sdk/src/jumbf_io.rs 88.88% <0.00%> (+4.44%) ⬆️
sdk/src/assertions/bmff_hash.rs 61.06% <0.00%> (+44.24%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

…x_BMFF_box_order

* 'main' of https://github.com/contentauth/c2pa-rs:
  Added support for external manifests (#101)
  (IGNORE) Proofreading in README file
  (IGNORE) Format `use` statements consistently (#99)
  (IGNORE) Clean up changelog formatting
  Prepare 0.11.3 release
  Remove inadvertent 1.0.0 release from changelog (#97)
  Prepare 1.0.0 release
  Treat 'meta' box as standard container (#95)
  Fix for `sign_claim` masking error (#96)
@mauricefisher64 mauricefisher64 changed the title FIx box order for BMFF Fix box order for BMFF Aug 9, 2022
@mauricefisher64 mauricefisher64 merged commit 61905cf into main Aug 9, 2022
@mauricefisher64 mauricefisher64 deleted the fix_BMFF_box_order branch August 9, 2022 20:57
mauricefisher64 added a commit that referenced this pull request Aug 10, 2022
…ternal_manifest

* 'main' of https://github.com/contentauth/c2pa-rs:
  Fix box order for BMFF (#104)
  Added support for external manifests (#101)
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

Successfully merging this pull request may close these issues.

3 participants