Adarshvk98 commented on code in PR #3611:
URL: 
https://github.com/apache/incubator-kie-tools/pull/3611#discussion_r3380757804


##########
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:
   Thanks for the review! I tested this by removing the overrides and running 
`pnpm bootstrap`, and unfortunately the vulnerable versions (3.0.1 and 4.0.3) 
came back to the lockfile.
   
   I think we need to keep both overrides to prevent the vulnerable versions 
from sneaking back



-- 
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]

Reply via email to