This is an automated email from the ASF dual-hosted git repository.

smiklosovic pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 357f58b  updated owasp dependency check to 6.4.1 containing rate 
limiting workarounds
357f58b is described below

commit 357f58b6def01a7d9b3120b5e6b2798a09666e51
Author: Stefan Miklosovic <smikloso...@apache.org>
AuthorDate: Fri Oct 15 09:30:19 2021 +0200

    updated owasp dependency check to 6.4.1 containing rate limiting workarounds
---
 build-scripts/cassandra-artifacts.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/build-scripts/cassandra-artifacts.sh 
b/build-scripts/cassandra-artifacts.sh
index a807a41..0e51778 100755
--- a/build-scripts/cassandra-artifacts.sh
+++ b/build-scripts/cassandra-artifacts.sh
@@ -50,10 +50,10 @@ set +e # disable immediate exit from this point
 ARTIFACTS_BUILD_RUN=0
 ECLIPSE_WARNINGS_RUN=0
 
-#HAS_DEPENDENCY_CHECK_TARGET=$(ant -p build.xml | grep "dependency-check " | 
wc -l)
-# OWASP dep checs are unstable in Jenkins, we are getting 503 errors every now 
and then from NIST CVE database
-HAS_DEPENDENCY_CHECK_TARGET=0
-DEPENDENCY_CHECK_VERSION=6.3.2
+HAS_DEPENDENCY_CHECK_TARGET=$(ant -p build.xml | grep "dependency-check " | wc 
-l)
+# versions starting from 6.4.1 contain "rate limiter" functionality to make 
builds more stable
+# https://github.com/jeremylong/DependencyCheck/pull/3725
+DEPENDENCY_CHECK_VERSION=6.4.1
 
 for x in $(seq 1 3); do
     if [ "${ARTIFACTS_BUILD_RUN}" -eq "0" ]; then

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to