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 0c32a06b17..f8bf01b41f 100644 --- a/.build/dependency-check-suppressions.xml +++ b/.build/dependency-check-suppressions.xml @@ -23,17 +23,13 @@ ^pkg:maven/org\.yaml/snakeyaml@.*$ - CVE-2023-2251 + 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 @@ -52,7 +48,6 @@ CVE-2021-43797 CVE-2022-24823 CVE-2022-41881 - CVE-2022-41915 CVE-2023-34462 CVE-2023-44487 diff --git a/build.xml b/build.xml index 997172115e..7748470030 100644 --- a/build.xml +++ b/build.xml @@ -30,6 +30,7 @@ +