This is an automated email from the ASF dual-hosted git repository. mbuenger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push: new 7da394bd Update index.apt with new OWASP Dependency-Check location (#1352) 7da394bd is described below commit 7da394bdaf2782af87a87ff83f5f1575b998683d Author: calekian <5110090+calek...@users.noreply.github.com> AuthorDate: Wed Jul 30 10:36:45 2025 -0500 Update index.apt with new OWASP Dependency-Check location (#1352) The architect/developer at OWASP has moved the plugin for Dependency-Check under the main github.com/dependency-check/ umbrella from his personal account. The prior repository has been frozen on GitHub with a note, found at https://github.com/jeremylong/DependencyCheck. --- content/apt/plugins/index.apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/apt/plugins/index.apt b/content/apt/plugins/index.apt index e2c4c2c7..2a99cd7a 100644 --- a/content/apt/plugins/index.apt +++ b/content/apt/plugins/index.apt @@ -264,7 +264,7 @@ Available Plugins *----------------------------------------------------------------------------+----------------+-----------------------+ | {{{https://tomcat.apache.org/maven-plugin.html} <<<Apache Tomcat>>>}}| {{{https://tomcat.apache.org/maven-plugin.html}Apache Tomcat Project}} | Run an Apache Tomcat container for rapid webapp development. *----------------------------------------------------------------------------+----------------+-----------------------+ -| {{{https://jeremylong.github.io/DependencyCheck/} <<<OWASP dependency-check>>>}} | {{{https://www.owasp.org/index.php/OWASP_Dependency_Check}OWASP Dependency-check Project}} | Run OWASP Dependency-Check, a utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities. +| {{{https://dependency-check.github.io/DependencyCheck/} <<<OWASP dependency-check>>>}} | {{{https://www.owasp.org/index.php/OWASP_Dependency_Check}OWASP Dependency-check Project}} | Run OWASP Dependency-Check, a utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities. *----------------------------------------------------------------------------+----------------+-----------------------+ | {{{https://github.com/CycloneDX/cyclonedx-maven-plugin} <<<CycloneDX>>>}} | {{{https://cyclonedx.org/}CycloneDX Project}} | Generate Software Bill of Materials (SBOM) in CycloneDX format. *----------------------------------------------------------------------------+----------------+-----------------------+