Adarshvk98 commented on code in PR #3611: URL: https://github.com/apache/incubator-kie-tools/pull/3611#discussion_r3379856096
########## pnpm-workspace.yaml: ########## @@ -29,3 +30,8 @@ overrides: # CVE-2026-41907: Fix security vulnerability in uuid # Transitive dependencies ([email protected], [email protected]) still use [email protected] "uuid": "^11.1.1" + # CVE-2026-33671 (High) / CVE-2026-33672 (Medium): picomatch POSIX bracket method injection. + # Transitive dep of vite, @angular/build, @parcel/watcher, fdir, tinyglobby (4.x) and pretty-quick (3.x). + # The 2.x line already resolves to the patched 2.3.2. + "picomatch@3": "3.0.2" + "picomatch@4": "4.0.4" Review Comment: when I checked, `picomatch@4` override in `pnpm-workspace.yaml` is necessary and should remain to prevent the vulnerable `4.0.3` version from being installed by transitive dependencies -- 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]
