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 10:54:51 UTC

[GitHub] [brooklyn-server] kemitix opened a new pull request, #1385: Mitigate CVE 2023 1370

kemitix opened a new pull request, #1385:
URL: https://github.com/apache/brooklyn-server/pull/1385

   Builds on #1384 to test Jenkins is working again after Apache INFRA reinstalling the pipeline-github plugin.
   
   Merge #1384 in favour of this, unless you really want the comment about the plugin.


-- 
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


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

Posted by "kemitix (via GitHub)" <gi...@apache.org>.
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


[GitHub] [brooklyn-server] jcabrerizo merged pull request #1385: Mitigate CVE 2023 1370

Posted by "jcabrerizo (via GitHub)" <gi...@apache.org>.
jcabrerizo merged PR #1385:
URL: https://github.com/apache/brooklyn-server/pull/1385


-- 
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