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
The downgrade from click 8.2.1 → 8.1.8 in PR #1325 (see comment #1325 (comment)) was needed to relax the python_version marker, but 8.1.8 predates the fix for shell-escaping vulnerability CVE-2023-43090.
Task
Confirm whether Click 8.1.8 is indeed vulnerable in our Python 3.11 & 3.12 images.
If vulnerable, either
bump back to Click 8.2.x and patch downstream tooling, or
apply another safe version that retains relaxed markers.