Battery-Intelligence-Lab / galv

An open-source platform for automated storage of battery data with advanced metadata support
https://battery-intelligence-lab.github.io/galv/
Other
33 stars 8 forks source link

security vunerability: xlrd used to open .xlsx files #3

Open martinjrobins opened 2 years ago

martinjrobins commented 2 years ago

This is a vunerability, see https://stackoverflow.com/questions/65254535/xlrd-biffh-xlrderror-excel-xlsx-file-not-supported Shouls use openpyxl (https://openpyxl.readthedocs.io/en/stable/index.html) instead see also #17 (closed)