AnnJoy23 commented on code in PR #3579: URL: https://github.com/apache/incubator-kie-tools/pull/3579#discussion_r3273596001
########## pnpm-workspace.yaml: ########## @@ -27,3 +27,6 @@ overrides: # CVE-2026-1526, CVE-2026-2229, CVE-2026-1528, CVE-2026-1527, CVE-2026-1525, CVE-2026-2203: Fix security vulnerability in undici # Waiting for @openapi-contrib/openapi-schema-to-json-schema to release patched version "undici": "^6.24.0" + # CVE-2026-41907: Fix security vulnerability in uuid + # Transitive dependencies ([email protected], [email protected]) still use [email protected] + "uuid": "^11.1.1" Review Comment: Already checked whether we could remove the old uuid versions by upgrading dependencies, but the remaining ones come from transitive packages we do not manage directly: [@azure/[email protected]](vscode-webview://0t83rodjjmnhmo6a1jhqtttui8cbnt2o40ftqfc9u7ndoc9dqj1p/index.html?id=f8122dcd-4493-4b20-9b46-5e3df778e322&parentId=1&origin=d28167ed-5116-4221-984d-78046a3547cc&swVersion=4&extensionId=IBM.bob-code&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&purpose=webviewView), [[email protected]](vscode-webview://0t83rodjjmnhmo6a1jhqtttui8cbnt2o40ftqfc9u7ndoc9dqj1p/index.html?id=f8122dcd-4493-4b20-9b46-5e3df778e322&parentId=1&origin=d28167ed-5116-4221-984d-78046a3547cc&swVersion=4&extensionId=IBM.bob-code&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&purpose=webviewView), and [[email protected]](vscode-webview://0t83rodjjmnhmo6a1jhqtttui8cbnt2o40ftqfc9u7ndoc9dqj1p/index.html?id=f8122dcd-4493-4b20-9b46-5e3df778e322&parentId=1&origin=d28167ed-5116-4221-984d-78046a3547cc&swVersion=4&extensionId=IBM.bob-c ode&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&purpose=webviewView) are not direct dependencies in our workspace, so we cannot update them independently here the Apollo-related [[email protected]](vscode-webview://0t83rodjjmnhmo6a1jhqtttui8cbnt2o40ftqfc9u7ndoc9dqj1p/index.html?id=f8122dcd-4493-4b20-9b46-5e3df778e322&parentId=1&origin=d28167ed-5116-4221-984d-78046a3547cc&swVersion=4&extensionId=IBM.bob-code&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&purpose=webviewView) comes from an older Apollo dependency chain, and removing it would require a larger migration, not just a simple version bump -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
