-
Notifications
You must be signed in to change notification settings - Fork 57
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
base: claim_v2
Are you sure you want to change the base?
Conversation
* 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
…ntauth/c2patool#76) * treat source with claim as default parent ingredient
authored-by: Rand McKinney <crandmck@yahoo.com>
Codecov ReportAttention: Patch coverage is
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. |
* 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
…812) (Will allow me to make some other things private.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved
No description provided.