XStream warning on 3.10.1 and 3.11.0 #4647
jonbartels
started this conversation in
General
Replies: 1 comment 3 replies
-
Just to confirm, is that happening because you're using the Mirth Results v2 (Results CDR) extension? Or is it still happening in other cases? We have a ticket we're working on for this right now actually, but I think it's only happening because of something inside the Mirth Results JARs that get downloaded. We do initialize XStream, but my guess is those libraries are somehow resetting it, or creating new instances of XStream that are not initialized. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ERROR 2021-07-22 19:00:19,021 [Main Server Thread] Server: Security framework of XStream not initialized, XStream is probably vulnerable.
https://stackoverflow.com/a/45152845/228371 has a quick reference and links to detailed information.
My discussion here is - How can I write this up as an effective issue (or maybe even a PR)? I think the scope would be to find places where MC initializes XStream. Then for those instances or usages then define the correct scope for
com.mirth
classes which should be (de)serialized by XStream.Beta Was this translation helpful? Give feedback.
All reactions