-
Notifications
You must be signed in to change notification settings - Fork 78
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-orm): add search support in json path #9759
Conversation
Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
DryRun Security SummaryThe code change in this pull request is a minor bugfix or improvement to the Expand for full summarySummary: The code change in this pull request is part of the The change is to return the filter's attribute name directly if the Overall, the code change seems reasonable and does not raise any immediate security red flags. However, it's always important to review the entire codebase and consider the broader context of the application to ensure that there are no other security vulnerabilities or concerns. Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
Quality Gate passed for 'jans-linux-setup'Issues Measures |
Quality Gate passed for 'Jans-Keycloak-Link'Issues Measures |
Quality Gate passed for 'jans-config-api-parent'Issues Measures |
Quality Gate passed for 'Fido2 API'Issues Measures |
Quality Gate passed for 'SCIM API'Issues Measures |
Quality Gate failed for 'orm'Failed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
* feat(jans-orm): add search support in json path Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com> * feat(jans-orm): add search support in json path Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com> --------- Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
* feat(jans-orm): add search support in json path Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com> * feat(jans-orm): add search support in json path Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com> --------- Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com> Former-commit-id: 5c69a4c
* feat(jans-orm): add search support in json path Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com> * feat(jans-orm): add search support in json path Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com> --------- Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
* feat(jans-orm): add search support in json path Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com> * feat(jans-orm): add search support in json path Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com> --------- Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
closes #9754