-
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): update OpeDJ version #9382
Conversation
Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
DryRun Security SummaryThe GitHub Pull Request updates the dependencies and API endpoints for the Jans Config API application, including upgrading the OpenDJ directory server version, modifying the path parameters for the "Lock" component API endpoints, and updating the API endpoints for retrieving health, log, and telemetry records, while ensuring the security posture of the application is improved. Expand for full summarySummary: The code changes in this GitHub Pull Request are focused on updating the dependencies and API endpoints for the Jans Config API application. The key changes include:
From a security perspective, the changes appear to be positive steps towards improving the application's security posture. The API endpoints are secured using OAuth2 with various scopes, and the error handling provides meaningful feedback to clients. Additionally, the logging and auditing capabilities for the "Lock" component are important for security and compliance purposes. However, it's crucial to ensure that the external dependencies are being fetched from trusted sources and that their versions are kept up-to-date to address any known security vulnerabilities. Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
|
|
Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com> Former-commit-id: 447df58
closes #9381