-
Notifications
You must be signed in to change notification settings - Fork 91
chore(jans-pycloudlib)!: remove couchbase support from pycloudlib #10129
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
Conversation
Signed-off-by: iromli <isman.firmansyah@gmail.com>
Signed-off-by: iromli <isman.firmansyah@gmail.com>
DryRun Security SummaryThe pull request removes support for the Couchbase persistence option from the Expand for full summarySummary: The code changes in this pull request primarily focus on removing support for the Couchbase persistence option from the From an application security perspective, the removal of the Couchbase persistence option is generally a positive change, as it reduces the overall complexity and attack surface of the library. Simplifying the persistence layer and focusing on a more standardized SQL-based approach can help improve the security and maintainability of the application. However, it's important to ensure that the remaining persistence functionality, including the hybrid mode, is properly tested and configured to prevent any potential security vulnerabilities. The changes also highlight the need to review the handling of sensitive data, such as passwords and salts, to ensure they are properly secured and not exposed in the codebase or test suites. Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
|
Prepare
Description
Target issue
Closes #10128
Implementation Details
Test and Document the changes
Please check the below before submitting your PR. The PR will not be merged if there are no commits that start with
docs:
to indicate documentation changes or if the below checklist is not selected.