-
Notifications
You must be signed in to change notification settings - Fork 23
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
example with partialpathEncryption #352
example with partialpathEncryption #352
Conversation
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #352 +/- ##
==========================================
Coverage 86.76% 86.76%
Complexity 1 1
==========================================
Files 164 164
Lines 3348 3348
Branches 217 217
==========================================
Hits 2905 2905
Misses 309 309
Partials 134 134 ☔ View full report in Codecov by Sentry. |
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.
@AssahBismarkabah This Partial path encryption can have security implications, such as exposing the root directory structure. how do we to mitigate potential risks?
https://github.com/adorsys/datasafe/blob/develop/datasafe-examples/datasafe-examples-business/src/test/java/de/adorsys/datasafe/examples/business/filesystem/RuntimeOverrideOperationsTest.java the encryption is completely disabled here. @Motouom The partial path encryption implementation intentionally leaves the first segment of the path unencrypted to balance readability and security for example, Directory structure: |
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.
Okay @AssahBismarkabah i understand what is going on with security issue mitigation
Add documentation and refactor the 'Example' with '
partialpathEncryption'
and 'Moved Files'