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 async path to support ingredient box hashing #201

Merged
merged 1 commit into from
Mar 7, 2023

Conversation

mauricefisher64
Copy link
Collaborator

Changes in this pull request

Update the asyn ingredient check to test for ingredient box hashes

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.

Copy link
Contributor

@dkozma dkozma left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@codecov-commenter
Copy link

codecov-commenter commented Mar 7, 2023

Codecov Report

Merging #201 (497181c) into main (95c1f88) will decrease coverage by 0.04%.
The diff coverage is 0.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main     #201      +/-   ##
==========================================
- Coverage   78.41%   78.37%   -0.04%     
==========================================
  Files          69       69              
  Lines       16889    16897       +8     
==========================================
  Hits        13243    13243              
- Misses       3646     3654       +8     
Impacted Files Coverage Δ
sdk/src/store.rs 86.83% <0.00%> (-0.29%) ⬇️

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

@mauricefisher64 mauricefisher64 merged commit ed3c238 into main Mar 7, 2023
@mauricefisher64 mauricefisher64 deleted the wasm_ingredient_fix branch March 7, 2023 22:02
dkozma pushed a commit that referenced this pull request Mar 9, 2023
Fix asyn path to support ingredient box hashing
gpeacock added a commit that referenced this pull request Mar 17, 2023
* replaces file implementation with stream implementation

* remove extraneous allow

* First sign_only push

* adds tests

* adds write_cai test

* makes tests more stream like

* In memory writing writing support

* add ingredient::from_stream and from_memory
Note: doesn't validate yet:

* adds png as valid caiwriter

* improves write_cai tests

* Add validation and thumb generation

* simplifies file opening for tests

* new streaming write apis

* Remove check until we can figure out how to make this work for all cases

* JPEG writing in WASM suppport

* Return manifest and asset

* Disable part of test until we expose APIs to WASM

* Update RemoteSigner for Wasm compatibility (#193)

* Update RemoteSigner for Wasm compatibility

* Fix async path to support ingredient box hashing (#201)

Fix asyn path to support ingredient box hashing

* Fix hash algo warning in Wasm and hashing for RSA-PSS SHA-384/512

* Support for XMP streaming write and removing manifest from streams

---------

Co-authored-by: Gavin Peacock <gpeacock@adobe.com>
Co-authored-by: Dylan ross <dylan.ssor@gmail.com>
Co-authored-by: Eric Scouten <scouten@adobe.com>
Co-authored-by: Dave Kozma <dkozma@adobe.com>
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