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 command injection vulnerability in container_dispatcher.py
- Add input validation for environment variables (SEMGREP-1211)
- Validate Python version format (3.10-3.14)
- Validate container registry format
- Validate image name format
- Validate semantic version format
- Prevents command injection via malicious environment variables
Fixes: python.lang.security.audit.dangerous-subprocess-use-tainted-env-args
0 commit comments