You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by "kemitix (via GitHub)" <gi...@apache.org> on 2023/03/27 13:15:12 UTC

[GitHub] [brooklyn-server] kemitix commented on pull request #1385: Mitigate CVE 2023 1370

kemitix commented on PR #1385:
URL: https://github.com/apache/brooklyn-server/pull/1385#issuecomment-1485076699

   Can't push commits ATM, but the fix is:
   ```diff
   diff --git a/pom.xml b/pom.xml
   index 4c2a42e180..bbb86ad9d2 100644
   --- a/pom.xml
   +++ b/pom.xml
   @@ -205,7 +205,7 @@
            <log4j.version>1.2.17</log4j.version>
            <commons-logging.version>1.2</commons-logging.version>
            <jsonSmart.version>2.4.10</jsonSmart.version>
   -        <minidev.accessors-smart.version>${jsonSmart.version}</minidev.accessors-smart.version>
   +        <minidev.accessors-smart.version>2.4.9</minidev.accessors-smart.version>
    
            <ow2.asm.version.jsonpath>5.2</ow2.asm.version.jsonpath>
              <!-- json-path needs objectweb.asm version 5.2 (<6.0.0), and won't accept a bundleReplacement for a higher one; 
   ```


-- 
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: dev-unsubscribe@brooklyn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org