[ 
https://issues.apache.org/jira/browse/AMQ-8358?focusedWorklogId=651925&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-651925
 ]

ASF GitHub Bot logged work on AMQ-8358:
---------------------------------------

                Author: ASF GitHub Bot
            Created on: 16/Sep/21 18:21
            Start Date: 16/Sep/21 18:21
    Worklog Time Spent: 10m 
      Work Description: mattrpav edited a comment on pull request #703:
URL: https://github.com/apache/activemq/pull/703#issuecomment-921137628


   Need to update the unit test:
   
   ```
   com.thoughtworks.xstream.security.ForbiddenClassException: 
org.apache.activemq.transport.stomp.SamplePojo
   ```
   
   Allow by package:
   ```
   xstream.allowTypesByWildcard(new String[] { 
           "org.apache.activemq.transport.stomp.**",
           "com.mydomain.utilitylibraries.**
           });
   ```
   
   Allow by class:
   ```
   xstream.allowTypes(new Class[] {
           com.google.common.base.Present.class,
           org.apache.commons.math3.random.GaussianRandomGenerator.class
           });
   ```
   
   


-- 
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: 651925)
    Time Spent: 20m  (was: 10m)

> Upgrade xstream to 1.4.18
> -------------------------
>
>                 Key: AMQ-8358
>                 URL: https://issues.apache.org/jira/browse/AMQ-8358
>             Project: ActiveMQ
>          Issue Type: Dependency upgrade
>            Reporter: Matt Pavlovich
>            Assignee: Matt Pavlovich
>            Priority: Major
>             Fix For: 5.17.0, 5.15.16, 5.16.4
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> We need to upstream to XStream 1.4.18 to fix a high CVE - 
> https://nvd.nist.gov/vuln/detail/CVE-2021-39154



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to