chore(deps): bump log4j.version from 2.23.1 to 2.24.1 in /jans-bom
Bumps log4j.version from 2.23.1 to 2.24.1.
Updates org.apache.logging.log4j:log4j-api from 2.23.1 to 2.24.1
Updates org.apache.logging.log4j:log4j-1.2-api from 2.23.1 to 2.24.1
Updates org.apache.logging.log4j:log4j-core from 2.23.1 to 2.24.1
Updates org.apache.logging.log4j:log4j-jul from 2.23.1 to 2.24.1
Updates org.apache.logging.log4j:log4j-slf4j-impl from 2.23.1 to 2.24.1
Updates org.apache.logging.log4j:log4j-iostreams from 2.23.1 to 2.24.1
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
DryRun Security Summary
The pull request updates the Log4j library from version 2.23.1 to 2.24.1 in the jans-bom/pom.xml file to address the Log4Shell vulnerability and improve the project's security.
Expand for full summary
Summary:
The code change in this pull request updates the version of the log4j library from 2.23.1 to 2.24.1 in the jans-bom/pom.xml file. This is a noteworthy change from an application security perspective, as the previous version of Log4j (2.23.1) was affected by the critical Log4Shell vulnerability (CVE-2021-44228), which allowed for remote code execution. By upgrading to the latest version (2.24.1), the project is addressing this security issue and mitigating the risk of exploitation. Additionally, regularly updating dependencies, especially those related to security and logging, is a best practice in application security, as it ensures the project is using the latest versions with the most recent bug fixes and security patches. This change demonstrates the project maintainers' commitment to maintaining a secure codebase by proactively monitoring the security landscape and updating dependencies to address known vulnerabilities.
Files Changed:
-
jans-bom/pom.xml: This file has been updated to change the version of thelog4jlibrary from2.23.1to2.24.1. This is a security-related change, as the previous version was affected by the critical Log4Shell vulnerability, and the update addresses this issue and improves the overall security posture of the project.
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 |
@dependabot recreate
:tada: Snyk checks have passed. No issues have been found so far.
:white_check_mark: security/snyk check is complete. No issues have been found. (View Details)
Superseded by #12279.