You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "jbalchan (via GitHub)" <gi...@apache.org> on 2023/06/19 05:44:57 UTC

[GitHub] [nifi] jbalchan commented on pull request #7399: NIFI-10752 Fix CVEs in couchbase.client by upgrading versions

jbalchan commented on PR #7399:
URL: https://github.com/apache/nifi/pull/7399#issuecomment-1596539845

   Under com.couchbase.client, the current versions have CVEs.
   
   Upgraded java-client from 2.7.23 to 3.4.7 https://mvnrepository.com/artifact/com.couchbase.client/java-client/3.4.7 to fix Vulnerabilities from dependencies:
   [CVE-2022-23307](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23307)
   [CVE-2022-23305](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23305)
   [CVE-2022-23302](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23302)
   [CVE-2021-4104](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4104)
   [CVE-2020-15250](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15250)
   [CVE-2019-17571](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17571)
   
   Upgraded core-io from 1.7.24 to 2.4.7 https://mvnrepository.com/artifact/com.couchbase.client/core-io/2.4.7 to fix Vulnerabilities from dependencies:
   [CVE-2023-34455](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-34455)
   [CVE-2023-34454](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-34454)
   [CVE-2023-34453](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-34453)
   [CVE-2022-23307](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23307)
   [CVE-2022-23305](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23305)
   [CVE-2022-23302](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23302)
   [CVE-2021-4104](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4104)
   [CVE-2020-15250](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15250)
   [CVE-2019-17571](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17571)
    


-- 
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: issues-unsubscribe@nifi.apache.org

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