refactor: enhance security standards and resolve CI/CD pipeline issues#11
Open
RinZ27 wants to merge 7 commits intoembeddedos-org:masterfrom
Open
refactor: enhance security standards and resolve CI/CD pipeline issues#11RinZ27 wants to merge 7 commits intoembeddedos-org:masterfrom
RinZ27 wants to merge 7 commits intoembeddedos-org:masterfrom
Conversation
9c1dfc2 to
932edc9
Compare
e211550 to
2d78c42
Compare
2d78c42 to
9f36cae
Compare
Member
Author
|
Noticed the Crucially, I found that this directory isn't present on Waiting on a review from @hshanmug12, @maheshmunnangi, @rashmiadvani, and @srpatcha to move this forward once we sort out the environment issues. |
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.
Description
Technical updates to improve cryptographic robustness for data at rest and align the container environment with security best practices. These changes resolve a deterministic salt issue and ensure the API follows a configurable CORS policy. Additionally, the CI/CD pipeline has been stabilized by addressing type-checking violations, fixing linting errors, and adding the missing lock file.
Changes
os.urandom) inEncryptionManagerto enhance key derivation.EncryptionManagerto satisfymypystrict mode.cors_originsconfiguration inEDBConfigto eliminate hardcoded wildcard origins in the API layer.Dockerfileto implement a non-root user (edb) and properly manage data directory permissions.package-lock.jsonto resolve frontend CI caching failures.rufflinting requirements.Testing
EncryptionManagercompatibility with the existing decryption logic through manual inspection.Dockerfilelocally to confirm successful user creation and permission assignment.ruff check .passes completely for the entire project.mypyrequirements.Checklist