-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rest-utils uses vulnerable version of hibernate-validator #188
Comments
@omkreddy It seems like this issue is alread fixed - the current hibernate validator version is 6.1.7.Final. |
Yes, this looks like it's made it onto 5.4.x and newer #224. Note that 5.5.1 is not the latest bugfix release on the 5.5.x line anymore, but was at the time of the report. At the moment, a newer 5.5.x release has not been produced, but there are releases in the 6.x set of release lines that do contain the fix. |
Pavel, |
The latest release of 5.5 version (5.5.12) ships with the updated hibernate-validator version: 6.1.7.Final. |
Description
I checked confluent kafka 5.5.1 distribution with WhiteSource and find out that rest-utils uses vulnerable library:
To Reproduce
Download Confluent Kafka 5.5.1 distribution (for example
curl -O http://packages.confluent.io/archive/5.5/confluent-community-5.5.1-2.12.tar.gz
)Open share/java/rest-utils folder in it and find hibernate-validator-6.0.17.Final.jar
Expected behavior
Actual behaviour
The text was updated successfully, but these errors were encountered: