Does Quarkus have the spring4shell vulnerability? #25398
Answered
by
geoand
HeeroJheng
asked this question in
Q&A
-
Hi, We developed microservices with Quarkus and its extensions for Spring( DI, Web API, and etc). Does it have any spring4shell vulnerability in our microservices? |
Beta Was this translation helpful? Give feedback.
Answered by
geoand
May 5, 2022
Replies: 2 comments 2 replies
-
/cc @geoand |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, Quarkus does not suffer from said vulnerability because it never executes any Spring classes, it just uses the Spring API. If you dig even deeper, you'll see that the problematic Spring classes are not even on the classpath |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
geoand
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, Quarkus does not suffer from said vulnerability because it never executes any Spring classes, it just uses the Spring API.
If you dig even deeper, you'll see that the problematic Spring classes are not even on the classpath