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: Bring claim_v2 branch up to date with main branch #809

Open
wants to merge 282 commits into
base: claim_v2
Choose a base branch
from

Conversation

scouten-adobe
Copy link
Collaborator

No description provided.

gpeacock and others added 30 commits August 18, 2022 13:05
* Change in command line parameters for adding manifests, please review README
* Support for external/remote manifests
* update c2pa version
* Updated Readme with new options
* Change in command line parameters for adding manifests, please review README
** source file must now always be passed on command line
** manifest config now requires a -m --manifest option
** won't overwrite files without -force flag
Code restructure
Co-authored-by: Maurice Fisher <mfisher@adobe.com>
Co-authored-by: Eric Scouten <scouten@adobe.com>
…patool#58)

Co-authored-by: Jack Farzan <jfarzan@adobe.com>
Co-authored-by: Eric Scouten <scouten@adobe.com>
* Update README.md
Co-authored-by: Rand McKinney <rmckinne@adobe.com>
* reduce release binary size

* Add -info option, improve error handling

* improve error reporting
* Better message when fail to fetch remote manifest

* Add info integration tests

* Update sdk to get remote manifest data

* info not found integration test

* fix manifest size report for remote
authored-by: Rand McKinney <crandmck@yahoo.com>
@scouten-adobe scouten-adobe self-assigned this Dec 30, 2024
Copy link

codecov bot commented Dec 30, 2024

Codecov Report

Attention: Patch coverage is 66.08626% with 1266 lines in your changes missing coverage. Please review.

Project coverage is 80.25%. Comparing base (2b727cd) to head (9d3400a).
Report is 74 commits behind head on claim_v2.

Files with missing lines Patch % Lines
cli/src/main.rs 27.24% 283 Missing ⚠️
internal/crypto/src/cose/certificate_profile.rs 49.85% 178 Missing ⚠️
sdk/src/signer.rs 14.93% 131 Missing ⚠️
cli/src/callback_signer.rs 69.74% 82 Missing ⚠️
internal/crypto/src/cose/ocsp.rs 23.07% 70 Missing ⚠️
internal/crypto/src/cose/verifier.rs 72.67% 50 Missing ⚠️
internal/crypto/src/cose/sign.rs 78.30% 46 Missing ⚠️
internal/crypto/src/cose/sigtst.rs 74.80% 33 Missing ⚠️
sdk/src/asset_handlers/tiff_io.rs 61.62% 33 Missing ⚠️
sdk/src/error.rs 19.51% 33 Missing ⚠️
... and 28 more
Additional details and impacted files
@@             Coverage Diff              @@
##           claim_v2     #809      +/-   ##
============================================
- Coverage     81.52%   80.25%   -1.27%     
============================================
  Files            93      120      +27     
  Lines         30528    32932    +2404     
============================================
+ Hits          24889    26431    +1542     
- Misses         5639     6501     +862     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

* Apply changes from merge commit 13889dd

* Introduce `cose::TimeStampStorage` enum

* Plumb TimeStampStorage through first layers of SDK

* Port `sigTst2` changes from `claim_v2` branch. See 6028853

* Port `sigTst2` validation changes from claim_v2 branch. See 6028853

* Move P1363 format check earlier in validation. See 6028853

* Pick up `claim_v2` changes to ContentInfo parsing. See bfdadc1
# Conflicts:
#	internal/crypto/src/time_stamp/mod.rs
#	sdk/src/cose_sign.rs
#	sdk/src/store.rs
#	sdk/src/utils/test.rs
Copy link
Collaborator

@mauricefisher64 mauricefisher64 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved

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.