-
Notifications
You must be signed in to change notification settings - Fork 85
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-core): document store manager #9256
Conversation
Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
DryRun Security SummaryThe pull request focuses on improving the document store functionality in the Janssen Project application, with changes spanning multiple classes and covering areas such as document management, configuration handling, and event-driven architecture, while also highlighting the need for careful review and consideration of security aspects like input validation, access control, error handling, secure communication, and dependency management. Expand for full summarySummary: The code changes in this pull request focus on various improvements and refactoring of the document store functionality in the Janssen Project application. The changes span multiple classes and cover areas such as document management, configuration handling, and event-driven architecture. From an application security perspective, the changes do not appear to introduce any obvious security vulnerabilities. However, there are a few areas that require careful review and consideration:
Overall, the changes seem to be focused on improving the functionality and maintainability of the document store, but it's essential to review the implementation details and the broader context of the application to ensure the overall security posture is maintained. Files Changed:
Code AnalysisWe ran
Riskiness🟢 Risk threshold not exceeded. |
Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
|
|
|
|
|
|
|
|
|
|
* feat(jans-core): add pull mechanism for custom assets pushed to the DB * feat(jans-core): add pull mechanism for custom assets pushed to the DB Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com> * feat(jans-core): add pull mechanism for custom assets pushed to the DB Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com> --------- Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com> Former-commit-id: bb4dcc2
closes #9179