JanssenProject / jans

An open source enterprise digital identity platform for CIAM or workforce... Janssen is a distribution of standards-based, developer friendly, components that are engineered to work together in any cloud. #OAuth #OpenID #FIDO
https://docs.jans.io
Apache License 2.0
479 stars 75 forks source link

chore(deps): bump keycloak/keycloak from 25.0.6 to 26.0.6 in /docker-jans-saml #10240

Open dependabot[bot] opened 1 week ago

dependabot[bot] commented 1 week ago

Bumps keycloak/keycloak from 25.0.6 to 26.0.6.

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dryrunsecurity[bot] commented 1 week ago

DryRun Security Summary

The provided code changes update the base image, install additional dependencies, and integrate the Janssen SAML application with the Keycloak server, following good security practices such as using a non-root user and managing sensitive information through environment variables.

Expand for full summary
**Summary:** The provided code changes are for the `docker-jans-saml/Dockerfile` file, which is responsible for building a Docker image for the Janssen SAML (Security Assertion Markup Language) application. The changes primarily focus on updating the base image versions, installing additional dependencies, and integrating the Janssen SAML application with the Keycloak server. From an application security perspective, the changes appear to be reasonable and follow good practices, such as using a non-root user, updating base images to the latest versions, and managing sensitive information through environment variables. However, it's important to review the specific dependencies, configurations, and environment variables to ensure that there are no potential security vulnerabilities or misconfigurations. **Files Changed:** - `docker-jans-saml/Dockerfile`: The changes in this file include: 1. Updating the base image for the Keycloak server from version 25.0.6 to 26.0.6, which helps address known vulnerabilities in the underlying components. 2. Installing several Alpine Linux packages, such as `openssl`, `python3`, `tini`, and various Python dependencies, which are necessary for the application's functionality. 3. Downloading and installing the `kc-jans-spi` (Keycloak Janssen Service Provider Integration) component, which is a custom integration between Keycloak and the Janssen project. 4. Synchronizing various static files, schemas, and templates from the Janssen project's `jans-linux-setup` repository. 5. Setting a large number of environment variables related to configuration, secrets management, and persistence, which provide flexibility and customization for the Janssen SAML application. 6. Creating a non-root user named `jans` and adjusting the ownership and permissions of various directories and files, which is a good security practice. Overall, the code changes appear to be focused on updating the base image, installing necessary dependencies, and integrating the Janssen SAML application with Keycloak. While the changes follow good security practices, it's important to review the specific dependencies, configurations, and environment variables to ensure that there are no potential security vulnerabilities or misconfigurations.

Code Analysis

We ran 9 analyzers against 1 file and 1 analyzer had findings. 8 analyzers had no findings.

Analyzer Findings
Sensitive Files Analyzer 1 finding

Riskiness

:green_circle: Risk threshold not exceeded.

View PR in the DryRun Dashboard.