-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Updates XStream due to published CVE #13739
Conversation
See GHSA-mw36-7c6c-q4q2 Not sure if Quarkus is impacted thought as I'm not aware of the usage.
Checked why @dependabot was not updating this library, seems like it was turned of by @famod due to wrong reports, see c02b9ea#diff-dd4fbda47e51f1e35defb9275a9cd9c212ecde0b870cba89ddaaae65c5f3cd28 |
Probably because it is used for the tests only |
Thanks for taking care of this! Last time I checked Quarkus only used XStream in the JUnit5 test framework. |
Milestone is already set for some of the items:
We haven't automatically updated the milestones for these items.
|
Thanks! |
@gsmet no problem, glad I could help. Just noticed after upgrading to Quarkus Maven Central -> https://search.maven.org/artifact/io.quarkus/quarkus-universe-bom/1.10.3.Final/pom
Code at
|
Hmmm, it's not in the core Quarkus BOM, only in the test dependency. The one in the Quarkus Universe BOM must come from another project we include in the Platform. /cc @aloubyansky |
Looks like this is how it got introduced c2f679e#diff-b88aa07681bc7b1050d16244dcb773cef6c1ec8b66b9e8c90f7ac0ff5ca68760 |
But if we are using it, we should probably have in our BOM. |
#11956 (review) 🤷♂️ |
Yes, it probably makes more sense as just a dependency. |
See GHSA-mw36-7c6c-q4q2
Not sure if Quarkus is impacted though as I'm not aware of the usage. Our build tools reported this one 😄