-
Notifications
You must be signed in to change notification settings - Fork 74
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
feat(jans-pycloudlib): add flag to support simple JSON data format #9937
Conversation
Signed-off-by: iromli <[email protected]>
DryRun Security SummaryThe pull request focuses on improving the persistence functionality of the Expand for full summarySummary: The changes in this pull request are focused on improving the persistence functionality of the From an application security perspective, the changes do not appear to introduce any immediate security concerns. However, it's important to review the overall implementation of the data handling and persistence mechanisms to ensure that they are secure and robust. This includes ensuring that the JSON data is properly validated and sanitized, that the SQL connection parameters are securely stored, and that the Couchbase connection is properly secured. Additionally, the introduction of the "simple JSON" mode for MySQL databases is an interesting change, as it may affect the way the data is handled and queried. Developers should carefully consider the trade-offs between simplicity and security when deciding on the appropriate JSON storage format for their application. Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
Quality Gate passed for 'jans-linux-setup'Issues Measures |
Signed-off-by: iromli <[email protected]>
Quality Gate passed for 'jans-pycloudlib'Issues Measures |
…9937) * feat(jans-pycloudlib): add flag to support simple JSON data format Signed-off-by: iromli <[email protected]> * fix: toggle data format based on simple json flag Signed-off-by: iromli <[email protected]> --------- Signed-off-by: iromli <[email protected]> Signed-off-by: Olevacho <[email protected]>
…9937) * feat(jans-pycloudlib): add flag to support simple JSON data format Signed-off-by: iromli <[email protected]> * fix: toggle data format based on simple json flag Signed-off-by: iromli <[email protected]> --------- Signed-off-by: iromli <[email protected]> Signed-off-by: Olevacho <[email protected]>
Prepare
Description
Target issue
closes #9935
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.