[
https://issues.apache.org/jira/browse/AMQ-8348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17394523#comment-17394523
]
ASF subversion and git services commented on AMQ-8348:
------------------------------------------------------
Commit 099108239cc9fb81a8d1cbdc48467fe30ba6529c in activemq's branch
refs/heads/main from xingrufei
[ https://gitbox.apache.org/repos/asf?p=activemq.git;h=0991082 ]
[AMQ-8348] Fix XmlMessageRenderer has the risk of XStream deserialization
> XmlMessageRenderer has the risk of XStream deserialization
> ----------------------------------------------------------
>
> Key: AMQ-8348
> URL: https://issues.apache.org/jira/browse/AMQ-8348
> Project: ActiveMQ
> Issue Type: Improvement
> Components: Transport
> Reporter: Zixuan Liu
> Assignee: Jean-Baptiste Onofré
> Priority: Minor
> Fix For: 5.17.0, 5.16.3
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> XmlMessageRenderer.getXstream() method:
> {code:java}
> public XStream getXstream() {
> if (xstream == null) {
> xstream = new XStream();
> }
> return xstream;
> }{code}
> There is a risk of XStream deserialization
--
This message was sent by Atlassian Jira
(v8.3.4#803005)