[
https://issues.apache.org/jira/browse/AMQ-8348?focusedWorklogId=633978&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-633978
]
ASF GitHub Bot logged work on AMQ-8348:
---------------------------------------
Author: ASF GitHub Bot
Created on: 05/Aug/21 07:52
Start Date: 05/Aug/21 07:52
Worklog Time Spent: 10m
Work Description: skyguard1 opened a new pull request #697:
URL: https://github.com/apache/activemq/pull/697
Fix XmlMessageRenderer has the risk of XStream deserialization, thanks
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 633978)
Remaining Estimate: 0h
Time Spent: 10m
> XmlMessageRenderer has the risk of XStream deserialization
> ----------------------------------------------------------
>
> Key: AMQ-8348
> URL: https://issues.apache.org/jira/browse/AMQ-8348
> Project: ActiveMQ
> Issue Type: Improvement
> Reporter: Zixuan Liu
> Priority: Minor
> Time Spent: 10m
> 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)