-
Notifications
You must be signed in to change notification settings - Fork 73
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
fix(jans-orm): fix contains in MySQL JSON array #10051
Conversation
… list by default Signed-off-by: Yuriy Movchan <[email protected]>
Merge branch 'main' of https://github.com/JanssenProject/jans into main Signed-off-by: Yuriy Movchan <[email protected]>
DryRun Security SummaryThe changes in this pull request focus on improving the handling of multi-valued attributes in SQL filters within the Expand for full summarySummary: The changes made in this pull request are focused on improving the handling of multi-valued attributes in SQL filters within the
Overall, the changes in this patch demonstrate a focus on improving the robustness and security of the SQL filter conversion process, particularly in the handling of multi-valued attributes and the prevention of SQL injection vulnerabilities. Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
Quality Gate passed for 'agama parent'Issues Measures |
Quality Gate passed for 'Jans-Keycloak-Link'Issues Measures |
Quality Gate passed for 'jans-linux-setup'Issues Measures |
Quality Gate passed for 'jans-pycloudlib'Issues Measures |
Quality Gate passed for 'Fido2 API'Issues Measures |
Quality Gate passed for 'jans-config-api-parent'Issues Measures |
Quality Gate passed for 'SCIM API'Issues Measures |
* fix(jans-core): document store manager should have not null supported list by default Signed-off-by: Yuriy Movchan <[email protected]> * feat(jans-orm): search in top level JSON array Merge branch 'main' of https://github.com/JanssenProject/jans into main Signed-off-by: Yuriy Movchan <[email protected]> --------- Signed-off-by: Yuriy Movchan <[email protected]> Co-authored-by: YuriyZ <[email protected]> Former-commit-id: fa0cb6a
closes #10050
Closes #10052,