fix(security): MEM-21 SDK and infrastructure hardening#99
Open
ducnmm wants to merge 2 commits intosec/security_fixfrom
Open
fix(security): MEM-21 SDK and infrastructure hardening#99ducnmm wants to merge 2 commits intosec/security_fixfrom
ducnmm wants to merge 2 commits intosec/security_fixfrom
Conversation
…7, MED-18, MED-22) - MED-17: Accept Uint8Array | string for delegate key in MemWalConfig and MemWalManualConfig; add destroy() method to zero-fill key material; throw on post-destroy requests - MED-18: Validate serverUrl at construction time in MemWal; throw if non-HTTPS and not localhost/127.0.0.1/::1 \u2014 prevents HTTP in production - MED-14: Pin exact versions for all sidecar dependencies using actual installed versions from package-lock.json (seal=1.1.0, sui=2.6.0, walrus=1.0.3) - MED-22: Add non-root user (appuser:appgroup) to Dockerfile runtime stage; chown /app before USER switch for least-privilege container execution
… keep SDK HTTPS/destroy/Uint8Array, Dockerfile non-root, pinned versions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves MED-14, MED-17, MED-18, MED-22 (Phase 3 Medium severity).