Skip to content
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

Bump org.owasp:dependency-check-maven from 11.1.1 to 12.0.1 #1681

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 21, 2025

Bumps org.owasp:dependency-check-maven from 11.1.1 to 12.0.1.

Release notes

Sourced from org.owasp:dependency-check-maven's releases.

Version 12.0.1

Refer to the CHANGELOG.md for information about improvements and upgrade notes.

Version 12.0.0

Refer to the CHANGELOG.md for information about improvements and upgrade notes.

Changelog

Sourced from org.owasp:dependency-check-maven's changelog.

Version 12.0.1 (2025-01-19)

  • docs: Fix OSS Index Maven config documentation (#7322)
  • Fix OSS Index Maven config documentation
  • chore(docs): Document Gradle plugin support for failBuildOnUnusedSuppressionRule (#7307)
  • chore(docs): Correct analyzers config example to use Gradle dot-syntax (#7305)
  • fix: improve error message on improperly configured serverId credentials in settings.xml (#7313)
  • fix: Lower Basic serverId when Bearer was expected to a warning
  • fix: improve error message on improperly configured serverId credentials
  • fix: Correct nonProxyHosts support when no sys properties set (#7306)
  • core(docs): Group failBuildOnUnusedSuppressionRule flag next to suppression file configuration
  • core(docs): Update Gradle plugin documentation for failBuildOnUnusedSuppressionRule support
  • fix: Correct nonProxyHosts support when no sys properties set
  • chore(docs): Correct analyzers config example to use Gradle dot-syntax

See the full listing of changes.

Version 12.0.0 (2025-01-11)

  • feat: report on CVSS v4 (#7204)
  • feat: show from which dependency the CVE comes in failure report (#7224)
  • feat: Use Maven settings decryption API for decrypting secrets from settings.xml (#7284)
  • feat: Extend authentication to support Bearer token for many resources (#7277)
  • feat: Add a flag to fail when one or more suppression rules are not used (#7244)
  • fix: add product evidence as vendor to reduce FN (#7295)
  • fix: Make the HTTP-Client use pre-emptive authentication (#7255)
  • fix: Add the missing proxy credentials for suppressionFileUser/Password authentication scenario
  • fix: increase max retry count (#7252)
  • fix: Make the HTTP-Client use pre-emptive authentication for configured server credentials and extend HTTPClient usage to Nexus search
  • fix: Tranform into UTC the last modified date from database (#7222)

See the full listing of changes.

Commits
  • eee5b46 build: prepare release v12.0.1
  • 8f76b42 docs: prepare release
  • 9424f85 build(deps): bump org.sonatype.goodies:package-url-java from 1.1.1 to 1.2.0 (...
  • c5e6bce build(deps): bump org.apache.maven.plugins:maven-artifact-plugin from 3.5.3 t...
  • 7181e6a build(deps): bump joda-time:joda-time from 2.10.4 to 2.13.0 (#7300)
  • 2c7b19b build(deps-dev): bump io.netty:netty-codec-http from 4.1.115.Final to 4.1.117...
  • 9502f82 build(deps): bump golang from 1.23.4-alpine to 1.23.5-alpine (#7323)
  • eb6be01 docs: Fix OSS Index Maven config documentation (#7322)
  • 7485f9f build(deps): bump golang from 1.23.4-alpine to 1.23.5-alpine
  • d883343 Fix OSS Index Maven config documentation
  • Additional commits viewable in compare view

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 <dependency name> 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)

Bumps [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 11.1.1 to 12.0.1.
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](jeremylong/DependencyCheck@v11.1.1...v12.0.1)

---
updated-dependencies:
- dependency-name: org.owasp:dependency-check-maven
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 21, 2025
Copy link

stanzabot bot commented Jan 21, 2025

Summary

The pull request updates the version of the org.owasp:dependency-check-maven plugin from 11.1.1 to 12.0.1 in the pom.xml file.

File Change summary
pom.xml Updated the version of the org.owasp:dependency-check-maven plugin from 11.1.1 to 12.0.1.

Copy link

@stanzabot stanzabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR updates the OWASP Dependency Check Maven plugin from version 11.1.1 to 12.0.1. This is a major version upgrade that introduces several important improvements to the security scanning capabilities.

Key Changes:

  1. Adds support for CVSS v4 reporting, providing more accurate vulnerability scoring
  2. Enhances authentication mechanisms with Bearer token support
  3. Introduces new failure conditions (e.g., unused suppression rules)
  4. Improves error handling and authentication processes

The change appears safe to merge, but there are a few considerations to keep in mind due to the major version bump.


Powered by Stanza

Available commands `@stanza-ai review` - Re-review the PR `@stanza-ai ` - Chat with the code review agent

Comment on lines 816 to 822
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>11.1.1</version>
<version>12.0.1</version>
<executions>
<execution>
<goals>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The plugin configuration is minimal, using only the basic 'check' goal. Consider enhancing the configuration to take advantage of the new features in v12:

  1. The new failBuildOnUnusedSuppressionRule flag can help maintain clean suppression files
  2. CVSS v4 support might require configuration adjustments if you want to use the new scoring system
  3. If you're using authentication for external resources, review the new Bearer token authentication support

Example configuration to consider:

<configuration>
    <failBuildOnUnusedSuppressionRule>true</failBuildOnUnusedSuppressionRule>
    <!-- Add other relevant configuration options -->
</configuration>

Note: Major version upgrades (11.x -> 12.x) may introduce breaking changes. Review the changelog carefully, particularly around authentication changes, new failure conditions, and CVSS scoring updates. Consider testing the build process thoroughly before merging to ensure no CI/CD disruptions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants