A security audit of the current dependencies in requirements.txt has identified several high-severity vulnerabilities. While these are pinned via the pip-compile process from requirements.in, they introduce known security risks that could potentially affect users.
Identified Vulnerabilities:
Recommendation:
Updating these core dependencies (especially tensorflow and its transitives) to safer versions by updating requirements.in and regenerating requirements.txt would significantly improve the security posture of the project.
I'm flagging this as an issue for discussion to determine the best timing for a dependency bump, as these changes can sometimes introduce breaking changes in large-scale projects.
A security audit of the current dependencies in
requirements.txthas identified several high-severity vulnerabilities. While these are pinned via thepip-compileprocess fromrequirements.in, they introduce known security risks that could potentially affect users.Identified Vulnerabilities:
Recommendation:
Updating these core dependencies (especially
tensorflowand its transitives) to safer versions by updatingrequirements.inand regeneratingrequirements.txtwould significantly improve the security posture of the project.I'm flagging this as an issue for discussion to determine the best timing for a dependency bump, as these changes can sometimes introduce breaking changes in large-scale projects.