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

Replace openCSV dependency by FastCSV #187

Open
depryf opened this issue Apr 9, 2024 · 0 comments
Open

Replace openCSV dependency by FastCSV #187

depryf opened this issue Apr 9, 2024 · 0 comments
Assignees

Comments

@depryf
Copy link
Member

depryf commented Apr 9, 2024

openCSV has been flagged with a vulnerability for years. It doesn't look like they can fix it themselves, and at this point, it doesn't look it will ever going to be fixed. This creates small issues now that we used so much automation to check for vulnerabilities.

Need to look into this one:

https://github.com/osiegmar/FastCSV

No dependencies at all.

At the end, parsing CSV is not rocket science and I don' think it really matters which library is used.

For this Algorithms library, it's only used to load internal data, so it should be a very simple and safe switch.

CookiIMS added a commit that referenced this issue Nov 22, 2024
CookiIMS added a commit that referenced this issue Nov 25, 2024
CookiIMS added a commit that referenced this issue Nov 25, 2024
CookiIMS added a commit that referenced this issue Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants