From b226da85ea9e92a38e652e9dd661e7b4b3d89a9f Mon Sep 17 00:00:00 2001 From: Christian Lohmann Date: Sat, 25 Feb 2023 15:46:34 +0100 Subject: [PATCH 1/2] * added coverage profile to reactor pom * using profile while processing coverage data with coveralls --- .github/workflows/build.yaml | 2 +- pom.xml | 35 +++++++++++++++++++---------------- 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3c0f3d50f..d13b66902 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -43,4 +43,4 @@ jobs: run: ./mvnw verify -P "${{ matrix.profile }}" -B - name: Coverage if: github.event_name != 'pull_request' - run: ./mvnw coveralls:report -B -D repoToken=${{ secrets.COVERALLS_TOKEN }} + run: ./mvnw -P coverage coveralls:report -B -D repoToken=${{ secrets.COVERALLS_TOKEN }} diff --git a/pom.xml b/pom.xml index af509281e..842797cc6 100644 --- a/pom.xml +++ b/pom.xml @@ -107,22 +107,25 @@ + + coverage + + + + org.eluder.coveralls + coveralls-maven-plugin + 4.3.0 + + + javax.xml.bind + jaxb-api + 2.3.1 + + + + + + - - - - org.eluder.coveralls - coveralls-maven-plugin - 4.3.0 - - - javax.xml.bind - jaxb-api - 2.3.1 - - - - - From c8665a0b205a6a98fc5f6134b370d68647003a91 Mon Sep 17 00:00:00 2001 From: Christian Lohmann Date: Sun, 26 Feb 2023 14:43:44 +0100 Subject: [PATCH 2/2] suppressing CVE-2022-45688 as there are no bugfixes ready yet to mitigate --- cve-suppressions.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cve-suppressions.xml b/cve-suppressions.xml index 664b9232b..1b8c30030 100644 --- a/cve-suppressions.xml +++ b/cve-suppressions.xml @@ -10,6 +10,8 @@ CVE-2021-0341 CVE-2021-4277 + + CVE-2022-45688