You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/10/12 15:04:32 UTC

[GitHub] [pulsar] nicoloboschi opened a new pull request, #18020: [fix][sec] Upgrade JacksonXML to 2.13.4

nicoloboschi opened a new pull request, #18020:
URL: https://github.com/apache/pulsar/pull/18020

   ### Motivation
   
   Current version of JacksonXML (2.13.3) is vulnerable to [CVE-2022-42004](http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-42004)
   Note that Pulsar is not directly vulnerable since the CVE exists only if `DeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS` is used. And Pulsar doesn't use it.
   
   ### Modifications
   * Upgrade to 2.13.4. It's a minor 
   
   - [x] `doc-not-needed` <!-- Your PR changes do not impact docs -->
   


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] codecov-commenter commented on pull request #18020: [fix][sec] Upgrade JacksonXML to 2.13.4

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #18020:
URL: https://github.com/apache/pulsar/pull/18020#issuecomment-1279005061

   # [Codecov](https://codecov.io/gh/apache/pulsar/pull/18020?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > :exclamation: No coverage uploaded for pull request base (`master@92b4708`). [Click here to learn what that means](https://docs.codecov.io/docs/error-reference?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#section-missing-base-commit).
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/pulsar/pull/18020/graphs/tree.svg?width=650&height=150&src=pr&token=acYqCpsK9J&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/pulsar/pull/18020?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@            Coverage Diff            @@
   ##             master   #18020   +/-   ##
   =========================================
     Coverage          ?   39.09%           
     Complexity        ?     6191           
   =========================================
     Files             ?      607           
     Lines             ?    53396           
     Branches          ?     5712           
   =========================================
     Hits              ?    20873           
     Misses            ?    29768           
     Partials          ?     2755           
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | unittests | `39.09% <0.00%> (?)` | |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] nicoloboschi merged pull request #18020: [fix][sec] Upgrade JacksonXML to 2.13.4

Posted by GitBox <gi...@apache.org>.
nicoloboschi merged PR #18020:
URL: https://github.com/apache/pulsar/pull/18020


-- 
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: commits-unsubscribe@pulsar.apache.org

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