Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

review dependencies #276

Closed
bigerl opened this issue Sep 16, 2024 · 3 comments · Fixed by #280
Closed

review dependencies #276

bigerl opened this issue Sep 16, 2024 · 3 comments · Fixed by #280

Comments

@bigerl
Copy link
Member

bigerl commented Sep 16, 2024

We should look for replacements for the following libraries:

Upgrade the following:

  • org.codehaus.mojo:exec-maven-plugin 1.6.0
    • not updated since 2017, migrate to recent 3.4.1
  • jena 4.2 -> 5.1
  • com.fasterxml.jackson.* 2.12.5 -> 2.17.2

update as soon as patches are available:

  • org.apache.hbase 2.6.0
    • CVE-2023-2976 7.1 Transitive Files or Directories Accessible to External Parties vulnerability with High severity found
    • CVE-2018-10237 5.9 Transitive Allocation of Resources Without Limits or Throttling vulnerability with Medium severity found
    • CVE-2020-8908 3.3 Transitive Incorrect Permission Assignment for Critical Resource vulnerability with Low severity found
  • com.opencsv 5.9
    • Cx78f40514-81ff 7.5 Transitive Uncontrolled Recursion vulnerability with High severity found
  • org.apache.jena:jena-core (through transitive dependencies)
    • CVE-2024-26308 7.5 Transitive Allocation of Resources Without Limits or Throttling vulnerability with High severity found
    • CVE-2024-25710 5.5 Transitive Loop with Unreachable Exit Condition ("Infinite Loop") vulnerability with Medium severity found
@bigerl
Copy link
Member Author

bigerl commented Sep 16, 2024

@nck-mlcnv
Copy link
Contributor

nck-mlcnv commented Sep 18, 2024

We're not using apache hbase I think, we're only using their implementation of the ByteArrayInputStream

@nck-mlcnv nck-mlcnv linked a pull request Sep 18, 2024 that will close this issue
@nck-mlcnv
Copy link
Contributor

The transitive vulnerability of opencsv isn't relevant either: https://sourceforge.net/p/opencsv/patches/65/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants