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

Remove security vulnerabilities if possible #215

Open
yruslan opened this issue Jun 20, 2023 · 2 comments
Open

Remove security vulnerabilities if possible #215

yruslan opened this issue Jun 20, 2023 · 2 comments
Assignees
Labels
DE DS enhancement New feature or request

Comments

@yruslan
Copy link
Collaborator

yruslan commented Jun 20, 2023

Background

SonaType has created this dependency security report:
https://sbom.lift.sonatype.com/report/T1-118f0f57da8c6b3097cc-bb6bb3ca7a4e7-1687241554-048abf44d6b64eb2a99d21507e643b0b

Vulnerable libraries include:

  • Kafka Client v2.5.1 - this is explicit dependency that we can change
  • Snappy Java (1.1.7.3) - this is a transitive dependency. Maybe we can switch to the latest Spark for default builds and it can solve it.

Feature

Update project dependencies to remove security vulnerabilities while keeping Pramen compatible with Spark 2.4.3+

Make the default build for Spark 3.4.0 or later

Example

Kafka client can be made spark version dependent if Spark requires certain version of the Kafka client

@yruslan yruslan added the enhancement New feature or request label Jun 20, 2023
@yruslan yruslan self-assigned this Jun 20, 2023
@lokm01
Copy link

lokm01 commented Jun 20, 2023 via email

@yruslan
Copy link
Collaborator Author

yruslan commented Jun 20, 2023

Thanks Jan! Definitely!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DE DS enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants