From 38eb3395570d58aa59613d3bde7d9ac3f15c3f8a Mon Sep 17 00:00:00 2001 From: Ariel Weisberg Date: Fri, 22 Mar 2024 16:26:29 -0400 Subject: [PATCH] Add support for providing nvdDatafeedUrl to OWASP patch by Ariel Weisberg; reviewed by Berenguer Blasi for CASSANDRA-19484 --- .build/build-owasp.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.build/build-owasp.xml b/.build/build-owasp.xml index e14f310b15..f5f1bc1edb 100644 --- a/.build/build-owasp.xml +++ b/.build/build-owasp.xml @@ -17,7 +17,8 @@ ~ limitations under the License. --> + xmlns:unless="ant:unless" + xmlns:if="ant:if"> + Please set the nvd.api.key property to your NVD API key. It is recommended to put that property into your ~/.ant/build.properties file. You can get your API key from https://nvd.nist.gov/developers/request-an-api-key @@ -85,6 +87,9 @@ (1) https://nvd.nist.gov/vuln-metrics/cvss --> + + + + suppressionFile="${basedir}/.build/dependency-check-suppressions.xml" + nvdDatafeedUrl="${nvdDatafeedUrl}">