thiagoelg commented on code in PR #3611: URL: https://github.com/apache/incubator-kie-tools/pull/3611#discussion_r3373508183
########## 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: I don't think the override is needed. If you remove these and run `pnpm bootstrap` again, the updated versions should stick to the lockfile since they are only patch-version upgrades. -- 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]
