From da24d455cd111574da90d357beacd82cdb848b65 Mon Sep 17 00:00:00 2001 From: Zhe Sun <31067185+ZheSun88@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:01:08 +0200 Subject: [PATCH 1/2] chore: upgrade swing-kit to 2.3.0 (#6977) --- versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.json b/versions.json index c5f16e6af..42de1ba36 100644 --- a/versions.json +++ b/versions.json @@ -396,7 +396,7 @@ "jsVersion": "3.0.0" }, "swing-kit": { - "javaVersion": "2.2.3" + "javaVersion": "2.3.0" }, "vaadin-collaboration-engine": { "javaVersion": "6.2.4" From 73a2798ea234f365f8d6aaa3395481d94f498e21 Mon Sep 17 00:00:00 2001 From: Zhe Sun <31067185+ZheSun88@users.noreply.github.com> Date: Fri, 8 Nov 2024 13:26:57 +0200 Subject: [PATCH 2/2] Update generateAndCheckSBOM.js --- scripts/generateAndCheckSBOM.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generateAndCheckSBOM.js b/scripts/generateAndCheckSBOM.js index cacf78070..08ce67f18 100755 --- a/scripts/generateAndCheckSBOM.js +++ b/scripts/generateAndCheckSBOM.js @@ -58,7 +58,7 @@ const cveWhiteList = { cves: ['CVE-2023-35116'], description: 'Not a valid CVE report based on the vendor analysis and [research](https://github.com/FasterXML/jackson-databind/issues/3972)' }, - 'pkg:maven/me.friwi/jcef-api@jcef-af53d63%2Bcef-104.4.23%2Bg46ae630%2Bchromium-104.0.5112.102' : { + 'pkg:maven/me.friwi/jcef-api@jcef-99c2f7a%2Bcef-127.3.1%2Bg6cbb30e%2Bchromium-127.0.6533.100' : { cves: ['CVE-2024-21639', 'CVE-2024-21640'], description: 'Wait for the update from the jcefmaven community. Meanwhile the swing-kit is supposed to be used with fixed websites and not to browse the internet, we have a check for that, so the only possible attacker would be the same person that created the swing application, aka our customer devs. so this vulnerability is not classified by us as critical issue' },