Copilot commented on code in PR #7103:
URL: https://github.com/apache/incubator-kie/pull/7103#discussion_r3986479786
##########
kogito-quarkus/bom/pom.xml:
##########
@@ -148,6 +149,11 @@
<artifactId>quarkus-reactive-messaging-http-deployment</artifactId>
<version>${version.io.quarkiverse.reactivemessaging.http}</version>
</dependency>
+ <dependency>
+ <groupId>io.projectreactor</groupId>
+ <artifactId>reactor-core</artifactId>
+ <version>${version.io.projectreactor}</version>
Review Comment:
This override only affects consumers of `kogito-quarkus-bom`. Spring Boot
consumers use the separate `kogito-spring-boot-bom` (for example, the archetype
imports it and depends on `spring-boot-starter-webflux`, which brings in
`reactor-core`), while that BOM still imports `spring-boot-dependencies`
without overriding this artifact. As a result, the vulnerable Reactor version
remains in the Spring Boot distribution; add the same pin to the Spring Boot
BOM or another common dependency-management layer.
--
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]