You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
security: Fix Jinja2 and py library vulnerabilities
- Update Jinja2 from 3.1.5 to 3.1.6 to address ReDoS vulnerability
- Remove py library (1.11.0) which has ReDoS vulnerability with no patch available
- Regenerate requirements.txt files after dependency updates
- Verify all 153 tests still pass after removing py library
Fixes security vulnerabilities:
- Jinja2 <= 3.1.5 (CVE-2024-22195)
- py <= 1.11.0 (ReDoS in InfoSvnCommand)
0 commit comments