Adarshvk98 opened a new pull request, #3669: URL: https://github.com/apache/incubator-kie-tools/pull/3669
Follow-up to #3612, which added a scoped `@cypress/request@3>qs` override for CVE-2026-8723. That scope only covered one path, but a vulnerable `[email protected]` is also reachable through `@kie-tools/cors-proxy → [email protected] → qs`, which the scoped override doesn't affect. This replaces the scoped override with a global one so every transitive qs resolves to the patched 6.15.2: ``` - "@cypress/request@3>qs": "6.15.2" + "qs": "6.15.2" ``` -- 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]
