diff --git a/.build/build-owasp.xml b/.build/build-owasp.xml index a792730fb9..7a2b818581 100644 --- a/.build/build-owasp.xml +++ b/.build/build-owasp.xml @@ -16,30 +16,50 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - - - + + + + + + - - + + - + unless="dependency-check-ant.archive.present"> - Downloading OWASP Dependency checks ... - - - - - - + + - + + + + + + + + + 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 + + + + Since the NVD database is pretty large, you should consider storing it in some persistent location to reuse + it between builds. You can do that by setting the nvd.data.dir property to a directory of your choice, + such as ~/.cache/ant/owasp/database for Linux or ~/Library/Caches/Ant/owasp/database for MacOS. + Putting that property into your ~/.ant/build.properties file is recommended. + + + + @@ -52,35 +72,39 @@ - - - + + + + + + + + + diff --git a/.build/dependency-check-suppressions.xml b/.build/dependency-check-suppressions.xml index 774e2e7886..5a2a3ab8d4 100644 --- a/.build/dependency-check-suppressions.xml +++ b/.build/dependency-check-suppressions.xml @@ -20,28 +20,16 @@ https://jeremylong.github.io/DependencyCheck/general/suppression.html --> - - - ^pkg:maven/org\.xerial\.snappy/snappy\-java@.*$ - CVE-2023-34453 - CVE-2023-34454 - CVE-2023-34455 - ^pkg:maven/org\.yaml/snakeyaml@.*$ - CVE-2023-2251 - CVE-2017-18640 + CVE-2022-1471 CVE-2022-25857 CVE-2022-38749 CVE-2022-38750 CVE-2022-38751 CVE-2022-38752 CVE-2022-41854 - CVE-2022-1471 - CVE-2022-3064 - CVE-2021-4235 - CVE-2017-18640 @@ -59,7 +47,6 @@ CVE-2021-43797 CVE-2022-24823 CVE-2022-41881 - CVE-2022-41915 CVE-2023-34462 CVE-2023-44487 @@ -85,8 +72,6 @@ ^pkg:maven/com\.thinkaurelius\.thrift/thrift-server@.*$ CVE-2015-3254 CVE-2016-5397 - CVE-2018-1320 - CVE-2018-11798 CVE-2019-0205 @@ -96,8 +81,6 @@ CVE-2022-42003 CVE-2022-42004 CVE-2023-35116 - CVE-2022-42003 - CVE-2022-42004 diff --git a/build.xml b/build.xml index 142eaed32b..8d2c9d3fb1 100644 --- a/build.xml +++ b/build.xml @@ -30,6 +30,7 @@ +