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
457 stars 74 forks source link

chore(deps): bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.4.3 to 3.6.1 in /jans-fido2 #8795

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 3 months ago

Bumps org.apache.maven.plugins:maven-project-info-reports-plugin from 3.4.3 to 3.6.1.

Commits
  • 21d3653 [maven-release-plugin] prepare release maven-project-info-reports-plugin-3.6.1
  • b707915 [MPIR-462] IT for MRJAR issue with dependencies goal
  • 3fd654a [MPIR-463] Remove workaround to count the number of root content entries in J...
  • 790b646 [MPIR-464] Upgrade to Maven Shared JAR 3.1.1
  • 740536d Lift restriction on mojo renames
  • 3e8276f Make spotless happy
  • 9ba89c9 Fix SCM tag
  • 870d7bf Improve variable name (2)
  • b08af0c Improve variable name
  • 1231c79 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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)
\nPlease check the below before submitting your PR. The PR will not be merged if there are no commits that start with `docs:` to indicate documentation changes or if the below checklist is not selected.\n- [x] **I confirm that there is no impact on the docs due to the code changes in this PR.** > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
dryrunsecurity[bot] commented 3 months ago

Hi there :wave:, @dryrunsecurity here, below is a summary of our analysis and findings.

DryRun Security Status Findings
Server-Side Request Forgery Analyzer :white_check_mark: 0 findings
Secrets Analyzer :white_check_mark: 0 findings
Configured Codepaths Analyzer :white_check_mark: 0 findings
SQL Injection Analyzer :white_check_mark: 0 findings
Sensitive Files Analyzer :grey_exclamation: 1 finding
IDOR Analyzer :white_check_mark: 0 findings
Authn/Authz Analyzer :white_check_mark: 0 findings

[!Note] :green_circle: Risk threshold not exceeded.

Change Summary (click to expand) The following is a summary of changes in this pull request made by me, your security buddy :robot:. Note that this summary is auto-generated and not meant to be a definitive list of security issues but rather a helpful summary from a security perspective. **Summary:** The code change in this pull request updates the version of the `maven-project-info-reports-plugin` from `3.4.3` to `3.6.1` in the `pom.xml` file. This plugin is used to generate project information reports, such as project dependencies, licenses, and other metadata, as part of the Maven build process. From an application security perspective, this update does not directly introduce any security concerns, as it is a build-time tool and does not have a direct impact on the runtime security of the application. However, it's always important to review the release notes and changelog of any dependency updates to ensure there are no known security vulnerabilities or issues that may need to be addressed. In this case, the version update could potentially include security fixes or improvements, but the information provided does not indicate any specific security-related changes. Overall, this code change appears to be a routine update to a build-time dependency and does not raise any immediate security concerns. **Files Changed:** - `jans-fido2/client/pom.xml`: This file has been updated to change the version of the `maven-project-info-reports-plugin` from `3.4.3` to `3.6.1`. This plugin is used during the build process to generate project information reports and does not directly impact the runtime security of the application.

Powered by DryRun Security

dryrunsecurity[bot] commented 2 months ago

DryRun Security Summary

The provided code change updates the maven-project-info-reports-plugin version in the pom.xml file of the jans-fido2/client project, which is a routine update that does not raise any immediate security concerns.

Expand for full summary
**Summary:** The provided code change is an update to the `maven-project-info-reports-plugin` version in the `pom.xml` file of the `jans-fido2/client` project. This plugin is responsible for generating project information reports, such as dependency management, issue tracking, and other project-related details. From an application security perspective, this change is not directly related to any security-critical functionality. However, it's worth noting that updating dependencies, including Maven plugins, is a good security practice as it can help address known vulnerabilities in the dependencies. The version of the `maven-project-info-reports-plugin` is being updated from `3.4.3` to `3.6.1`, which is a minor version update that typically includes bug fixes and improvements, but does not necessarily introduce significant new features or security-related changes. Overall, this code change appears to be a routine update to a Maven plugin and does not raise any immediate security concerns. **Files Changed:** - `jans-fido2/client/pom.xml`: The `maven-project-info-reports-plugin` version is being updated from `3.4.3` to `3.6.1`. This is a minor version update that typically includes bug fixes and improvements, but does not necessarily introduce significant new features or security-related changes.

Code Analysis

We ran 7 analyzers against 1 file and 1 analyzer had findings. 6 analyzers had no findings.

Analyzer Findings
Sensitive Files Analyzer 1 finding

Riskiness

:green_circle: Risk threshold not exceeded.

View PR in the DryRun Dashboard.

dependabot[bot] commented 1 month ago

Superseded by #9246.