pinot does not use spring right? asking because of...
# troubleshooting
l
d
Nope, the CVE is very specific to apps packaged as WAR and deployed in a standalone tomcat server.
FYI, regular spring boot application built and executed as JAR are not impacted: https://spring.io/blog/2022/03/31/spring-framework-rce-early-announcement
If the application is deployed as a Spring Boot executable jar, i.e. the default, it is not vulnerable to the exploit
l
yepp only if itโ€™s tomcat not embedded
thank you for your answer ๐Ÿ™
d
but regardless, Pinot has no Spring dependency
๐Ÿ™Œ 1