Skip to content

Commit 91be2ba

Browse files
committed
Added comment about Dependency Check now failing.
1 parent dcde6c2 commit 91be2ba

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,15 @@
743743
<!-- Version 11.x is the latest, but 10.0.4 is the latest that we can use beccause 11.x has a breaking
744744
change that requires Java 11 or later and our mimimal JDK is Java 8.
745745
-->
746-
<version>10.0.4</version>
746+
<-- Note: As of 2025-05-18, I (kwwall) unable to get:
747+
$ mvn -B dependency:tree
748+
to work with OpenJDK 8 even though this same version of the Dependency Check plugin worked the previous
749+
ESAPI release last November. I do not have time presently to track the reason for this down, but will
750+
try to follow up with the OWASP Depencency Check team. In the meantime, I thought I would mention it
751+
in case someone else tried it and ran into the problem. It is non-essential though, since I also use
752+
GHAS Dependabot and Snyk SCA tools to monitor unpatched vulnerabilities in ESAPI dependencies.
753+
-->
754+
<version>10.0.4</version> <!-- This version worked for ESAPI 2.6.0.0 release back in Nov 2024. -->
747755
<configuration>
748756
<nvdApiKey>${env.NVD_API_KEY}</nvdApiKey>
749757
<failBuildOnCVSS>1.0</failBuildOnCVSS>

0 commit comments

Comments
 (0)