-
Notifications
You must be signed in to change notification settings - Fork 2
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
Changes needed to ephemeral shard returns following security review of ssb-ephemeral-keys #56
Comments
Issue Status: 1. Open 2. Started 3. Submitted 4. Done This issue now has a funding of 1000.0 DAI (1000.0 USD @ $1.0/DAI) attached to it.
|
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Workers have applied to start work. These users each claimed they can complete the work by 12 months from now. 1) sagarjethi has applied to start work (Funders only: approve worker | reject worker). I have check that issuse. I have local install this repo and finding solving. i have debugged code find solution Learn more on the Gitcoin Issue Details page. |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work has been started. These users each claimed they can complete the work by 11 months, 1 week from now. 1) sagarjethi has applied to start work (Funders only: approve worker | reject worker). I have check that issuse. I have local install this repo and finding solving. i have debugged code find solution
Learn more on the Gitcoin Issue Details page. |
is it still actual, @ameba23 ? |
@ameba23 Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
@gitcoinbot work has begun. |
@ameba23 Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
1 similar comment
@ameba23 Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
@gitcoinbot yes still working |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work for 1000.0 DAI (1000.0 USD @ $1.0/DAI) has been submitted by: @ceresstation please take a look at the submitted work:
|
Issue Status: 1. Open 2. Started 3. Submitted 4. Done The funding of 1000.0 DAI (1000.0 USD @ $1.0/DAI) attached to this issue has been approved & issued to @ameba23.
|
Since adding functionality for ephemeral shard returns, the module ssb-ehemeral-keys has had a security review which meant it needed to be changed significantly:
ssbc/ssb-ephemeral-keys#8
ssbc/ssb-ephemeral-keys#7
ssbc/ssb-ephemeral-keys#6
The modifications to ssb-ephemeral-keys must still be completed, and this module needs to be updated to account for these changes.
Consideration but be taken as to what to use as a database key for storing the ephemeral keys. Due to concerns with not being able to securely remove data from leveldb, keys are now stored as flat files. Because of this, json objects can no longer be used as a database key, so another solution is needed.
The text was updated successfully, but these errors were encountered: