The MAST team runs pip-audit to generate a report of libraries that should be updated. These old libraries have documented vulnerabilities that are known to be fixed in a newer version. Attached is the report run on May 12, 2023.
library-validation-short.txt
Updating the libraries in ExoCTK will guard against security vulnerabilities in ExoCTK and will ease integration with Exo.MAST.
You can run pip-audit yourself with:
cd exoctk
pip install pip-audit
pip-audit --format markdown --output library-validation-short.txt
The MAST team runs pip-audit to generate a report of libraries that should be updated. These old libraries have documented vulnerabilities that are known to be fixed in a newer version. Attached is the report run on May 12, 2023.
library-validation-short.txt
Updating the libraries in ExoCTK will guard against security vulnerabilities in ExoCTK and will ease integration with Exo.MAST.
You can run pip-audit yourself with: